1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +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:
Denys Dmytriyenko
2013-09-23 21:04:06 -04:00
parent a27001ce6d
commit 3cd1ddb25e
10 changed files with 0 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
require multi-kernel.inc
DESCRIPTION = "Linux kernel for DaVinci processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "hawkboard"

View File

@@ -1,7 +1,6 @@
require linux.inc
DESCRIPTION = "Linux kernel for TI processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(beagleboard)"

View File

@@ -3,7 +3,6 @@ require multi-kernel.inc
MULTI_CONFIG_BASE_SUFFIX = ""
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "am3517-crane|beagleboard|omap3evm|am3517-evm|dm37x-evm|am37x-evm|omap3-touchbook|overo"

View File

@@ -1,7 +1,6 @@
require multi-kernel.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook)"

View File

@@ -1,7 +1,6 @@
require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(beagleboard)"

View File

@@ -1,7 +1,6 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for OMAPL1 machines from PSP, based on linux-davinci kernel"
LICENSE = "GPLv2"
KERNEL_IMAGETYPE = "uImage"
require multi-kernel.inc
require tipspkernel.inc

View File

@@ -2,7 +2,6 @@ SECTION = "kernel"
DESCRIPTION = "Linux kernel for TI devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
KERNEL_IMAGETYPE = "uImage"
inherit kernel

View File

@@ -1,7 +1,6 @@
require linux.inc
DESCRIPTION = "Linux kernel for TI processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(beagleboard)"

View File

@@ -3,7 +3,6 @@ require linux.inc
COMPATIBLE_MACHINE = "beagleboard"
DESCRIPTION = "Linux kernel for TI processors"
KERNEL_IMAGETYPE = "uImage"
DEFAULT_PREFERENCE = "-99"

View File

@@ -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}"