Merge lp:~milo/linaro-ci/bug1092832 into lp:linaro-ci

Proposed by Milo Casagrande
Status: Merged
Merged at revision: 127
Proposed branch: lp:~milo/linaro-ci/bug1092832
Merge into: lp:linaro-ci
Diff against target: 17 lines (+0/-7)
1 file modified
jenkins_common_lib (+0/-7)
To merge this branch: bzr merge lp:~milo/linaro-ci/bug1092832
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Approve
Review via email: mp+141764@code.launchpad.net

Description of the change

The branch removes the workaround for a specific kernel config we had laying around in our linaro-ci tools as described in bug 1092832.

To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins_common_lib'
2--- jenkins_common_lib 2012-12-21 15:18:27 +0000
3+++ jenkins_common_lib 2013-01-03 15:22:26 +0000
4@@ -110,13 +110,6 @@
5 else
6 make ARCH=arm clean mrproper
7 make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE="$TOOLCHAIN_PREFIX" $kernel_config
8-
9- # Enabling the THUMB2 kernel option as the THUMB kernel does not seem to work
10- # well with THUMB2 userspace. This fixes the reboot issue(bug: 860556) we have seen
11- # for THUMB Kernel working with THUMB2 userspace.
12-
13- echo "CONFIG_ARCH_OMAP2=n" >> $WORKSPACE/$pkg_dir/.config
14- echo "CONFIG_THUMB2_KERNEL=y" >> $WORKSPACE/$pkg_dir/.config
15 fi
16 yes "" | make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE="$TOOLCHAIN_PREFIX" oldconfig
17 make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE="$TOOLCHAIN_PREFIX" -j$j_count uImage

Subscribers

People subscribed via source and target branches