mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
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>
This commit is contained in:
@@ -11,8 +11,6 @@ COMPATIBLE_MACHINE = "beagleboard"
|
||||
inherit kernel
|
||||
require setup-defconfig.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
# The main PR is now using MACHINE_KERNEL_PR, for beagleboard see
|
||||
# conf/machine/include/omap3.inc
|
||||
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
|
||||
|
||||
Reference in New Issue
Block a user