summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux_3.3.7.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-23 21:04:06 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-25 16:56:48 -0400
commit2173296d1204855427a55067b67d9908c43c0418 (patch)
tree07a2c69226548d97d9f13220a3eea46b22547810 /recipes-kernel/linux/linux_3.3.7.bb
parent69723eef85419d45ceba2b0f85496ad1491d97a4 (diff)
downloadmeta-ti-2173296d1204855427a55067b67d9908c43c0418.tar.gz
linux*: don't force KERNEL_IMAGETYPE from recipes, let machine config set it
Some kernel versions (and corresponding u-boot) may still need to set uImage, as preferred image type, since the machine config changes preference to zImage for newer kernels - keep that for ti33x and omap-a15 stuck on 3.2 and 3.8. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux_3.3.7.bb')
-rw-r--r--recipes-kernel/linux/linux_3.3.7.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux_3.3.7.bb b/recipes-kernel/linux/linux_3.3.7.bb
index e38b6c2e..aca5c53b 100644
--- a/recipes-kernel/linux/linux_3.3.7.bb
+++ b/recipes-kernel/linux/linux_3.3.7.bb
@@ -11,8 +11,6 @@ COMPATIBLE_MACHINE = "beagleboard"
11inherit kernel 11inherit kernel
12require setup-defconfig.inc 12require setup-defconfig.inc
13 13
14KERNEL_IMAGETYPE = "uImage"
15
16# The main PR is now using MACHINE_KERNEL_PR, for beagleboard see 14# The main PR is now using MACHINE_KERNEL_PR, for beagleboard see
17# conf/machine/include/omap3.inc 15# conf/machine/include/omap3.inc
18MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}" 16MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"