1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

linux: Use setup-defconfig in kernel recipes

* Now that the setup-defconfig.inc file has been moved to the
  meta-ti layer the kernel recipes should include this file.
* This makes way to clear this inclusion from the bbappend files
  in meta-arago

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Chase Maupin
2013-03-29 09:37:51 -05:00
committed by Denys Dmytriyenko
parent 9f4cd9900f
commit f6fa9fe735
4 changed files with 8 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ COMPATIBLE_MACHINE = "ti33x"
DEFAULT_PREFERENCE = "-1"
inherit kernel
require setup-defconfig.inc
# Stage the power management firmware before building the kernel
DEPENDS += "am33x-cm3"
@@ -14,7 +15,7 @@ DEPENDS += "am33x-cm3"
KERNEL_IMAGETYPE = "uImage"
# The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
BRANCH = "v3.2-staging"

View File

@@ -1,4 +1,5 @@
require linux.inc
require setup-defconfig.inc
DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
@@ -8,7 +9,7 @@ SRCREV= "20c003f2f024d9f50f59edf9f1b8f5f035fb15b8"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices
# see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "a"
MACHINE_KERNEL_PR_append = "b"
SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \
file://defconfig"

View File

@@ -5,8 +5,9 @@ KERNEL_IMAGETYPE = "uImage"
require multi-kernel.inc
require tipspkernel.inc
require setup-defconfig.inc
MACHINE_KERNEL_PR_append = "b"
MACHINE_KERNEL_PR_append = "c"
S = "${WORKDIR}/git"

View File

@@ -9,12 +9,13 @@ DEFAULT_PREFERENCE = "-1"
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 = "a+gitr${SRCREV}"
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
BRANCH = "linux-3.3.y"
SRCREV = "v3.3.7"