diff options
-rw-r--r-- | recipes-bsp/linux/linux-omap-psp_2.6.32.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/linux/multi-kernel.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/linux/linux-omap-psp_2.6.32.bb b/recipes-bsp/linux/linux-omap-psp_2.6.32.bb index 368872cf..f21761fc 100644 --- a/recipes-bsp/linux/linux-omap-psp_2.6.32.bb +++ b/recipes-bsp/linux/linux-omap-psp_2.6.32.bb | |||
@@ -11,9 +11,9 @@ SRCREV = "5fc29e7b2a76a64a739f857858ef0b98294aa155" | |||
11 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc | 11 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc |
12 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" | 12 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" |
13 | 13 | ||
14 | SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \ | 14 | SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \ |
15 | file://0001-Added-Crane-Board-support.patch \ | 15 | file://0001-Added-Crane-Board-support.patch \ |
16 | file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \ | 16 | file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \ |
17 | file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \ | 17 | file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \ |
18 | file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \ | 18 | file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \ |
19 | file://0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \ | 19 | file://0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \ |
diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc index 2c430dd5..27994867 100644 --- a/recipes-bsp/linux/multi-kernel.inc +++ b/recipes-bsp/linux/multi-kernel.inc | |||
@@ -12,8 +12,8 @@ | |||
12 | 12 | ||
13 | require linux.inc | 13 | require linux.inc |
14 | 14 | ||
15 | SRC_URI_append = " \ | 15 | SRC_URI += " \ |
16 | file://configs/ " | 16 | file://configs/* " |
17 | 17 | ||
18 | MULTI_CONFIG_BASE_SUFFIX = "multi-config-" | 18 | MULTI_CONFIG_BASE_SUFFIX = "multi-config-" |
19 | 19 | ||