diff options
-rw-r--r-- | recipes-kernel/linux/linux-am335x_3.2.0-psp04.06.00.08.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-omap-psp_2.6.37.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux_3.3.7.bb | 3 |
4 files changed, 8 insertions, 4 deletions
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 49d67342..74394a69 100644 --- 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 | |||
@@ -7,6 +7,7 @@ COMPATIBLE_MACHINE = "ti33x" | |||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||
9 | inherit kernel | 9 | inherit kernel |
10 | require setup-defconfig.inc | ||
10 | 11 | ||
11 | # Stage the power management firmware before building the kernel | 12 | # Stage the power management firmware before building the kernel |
12 | DEPENDS += "am33x-cm3" | 13 | DEPENDS += "am33x-cm3" |
@@ -14,7 +15,7 @@ DEPENDS += "am33x-cm3" | |||
14 | KERNEL_IMAGETYPE = "uImage" | 15 | KERNEL_IMAGETYPE = "uImage" |
15 | 16 | ||
16 | # The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc | 17 | # The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc |
17 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" | 18 | MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}" |
18 | 19 | ||
19 | BRANCH = "v3.2-staging" | 20 | BRANCH = "v3.2-staging" |
20 | 21 | ||
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 9eacfc9b..5d72af58 100644 --- a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb +++ b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | require linux.inc | 1 | require linux.inc |
2 | require setup-defconfig.inc | ||
2 | 3 | ||
3 | DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel" | 4 | DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel" |
4 | 5 | ||
@@ -8,7 +9,7 @@ SRCREV= "20c003f2f024d9f50f59edf9f1b8f5f035fb15b8" | |||
8 | 9 | ||
9 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 devices | 10 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 devices |
10 | # see conf/machine/include/omap3.inc | 11 | # see conf/machine/include/omap3.inc |
11 | MACHINE_KERNEL_PR_append = "a" | 12 | MACHINE_KERNEL_PR_append = "b" |
12 | 13 | ||
13 | SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \ | 14 | SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \ |
14 | file://defconfig" | 15 | 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 0b6c50db..e4a54513 100644 --- a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb +++ b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb | |||
@@ -5,8 +5,9 @@ KERNEL_IMAGETYPE = "uImage" | |||
5 | 5 | ||
6 | require multi-kernel.inc | 6 | require multi-kernel.inc |
7 | require tipspkernel.inc | 7 | require tipspkernel.inc |
8 | require setup-defconfig.inc | ||
8 | 9 | ||
9 | MACHINE_KERNEL_PR_append = "b" | 10 | MACHINE_KERNEL_PR_append = "c" |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
12 | 13 | ||
diff --git a/recipes-kernel/linux/linux_3.3.7.bb b/recipes-kernel/linux/linux_3.3.7.bb index 19280368..e38b6c2e 100644 --- a/recipes-kernel/linux/linux_3.3.7.bb +++ b/recipes-kernel/linux/linux_3.3.7.bb | |||
@@ -9,12 +9,13 @@ DEFAULT_PREFERENCE = "-1" | |||
9 | COMPATIBLE_MACHINE = "beagleboard" | 9 | COMPATIBLE_MACHINE = "beagleboard" |
10 | 10 | ||
11 | inherit kernel | 11 | inherit kernel |
12 | require setup-defconfig.inc | ||
12 | 13 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 14 | KERNEL_IMAGETYPE = "uImage" |
14 | 15 | ||
15 | # The main PR is now using MACHINE_KERNEL_PR, for beagleboard see | 16 | # The main PR is now using MACHINE_KERNEL_PR, for beagleboard see |
16 | # conf/machine/include/omap3.inc | 17 | # conf/machine/include/omap3.inc |
17 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" | 18 | MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}" |
18 | 19 | ||
19 | BRANCH = "linux-3.3.y" | 20 | BRANCH = "linux-3.3.y" |
20 | SRCREV = "v3.3.7" | 21 | SRCREV = "v3.3.7" |