summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 886bea2)
raw | patch | inline | side by side (parent: 886bea2)
author | Chase Maupin <Chase.Maupin@ti.com> | |
Fri, 29 Mar 2013 14:37:51 +0000 (09:37 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Fri, 29 Mar 2013 17:34:46 +0000 (13:34 -0400) |
* 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>
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>
diff --git a/recipes-kernel/linux/linux-am335x_3.2.0-psp04.06.00.08.bb b/recipes-kernel/linux/linux-am335x_3.2.0-psp04.06.00.08.bb
index 49d6734292b1ebaf4765444d7622deeacb8e6a9c..74394a6910f05229fb50adb74750df27ece71339 100644 (file)
DEFAULT_PREFERENCE = "-1"
inherit kernel
+require setup-defconfig.inc
# Stage the power management firmware before building the kernel
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"
diff --git a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
index 9eacfc9bcbdf396d4ccca9fb589b6b69e376af55..5d72af5886adbc69a42a7c7db4a58e7d58003a35 100644 (file)
require linux.inc
+require setup-defconfig.inc
DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
# 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"
diff --git a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb
index 0b6c50db3e3f8375da3491a376518e267267316a..e4a54513b51d02080999541d1c6fa2aa919f46a7 100644 (file)
require multi-kernel.inc
require tipspkernel.inc
+require setup-defconfig.inc
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "c"
S = "${WORKDIR}/git"
index 19280368c804e6cc1b107e3362ee36f7975fa0f1..e38b6c2e2c67edcd7b5a301b556af373602b52a2 100644 (file)
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"