diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-09 11:53:37 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-09 11:53:37 +0200 |
| commit | 4e09446bf42b12959d858da19f749bd980912f97 (patch) | |
| tree | efadab336d0f794e15790485f15aa44dd15de5aa | |
| parent | b2c1e278fb570b1cfeddff3b12deb755ccd7ccf6 (diff) | |
| download | meta-ti-4e09446bf42b12959d858da19f749bd980912f97.tar.gz | |
linux-omap4: do not use multikernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | recipes-bsp/linux/linux-omap4_2.6.35.3.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/linux/linux-omap4_2.6.35.3.bb b/recipes-bsp/linux/linux-omap4_2.6.35.3.bb index 05025544..bad58601 100644 --- a/recipes-bsp/linux/linux-omap4_2.6.35.3.bb +++ b/recipes-bsp/linux/linux-omap4_2.6.35.3.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | COMPATIBLE_MACHINE = "omap4430-panda" | 1 | COMPATIBLE_MACHINE = "omap4430-panda" |
| 2 | 2 | ||
| 3 | require multi-kernel.inc | 3 | require linux.inc |
| 4 | 4 | ||
| 5 | CORTEXA8FIXUP = "no" | 5 | CORTEXA8FIXUP = "no" |
| 6 | 6 | ||
| @@ -15,8 +15,9 @@ SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol | |||
| 15 | file://0006-ARM-Add-option-to-allow-userspace-access-to-performa.patch \ | 15 | file://0006-ARM-Add-option-to-allow-userspace-access-to-performa.patch \ |
| 16 | file://0007-OMAP4-do-not-force-select-options-which-are-not-requ.patch \ | 16 | file://0007-OMAP4-do-not-force-select-options-which-are-not-requ.patch \ |
| 17 | file://0008-omap4-pandaboard-add-support-for-DVI-output.patch \ | 17 | file://0008-omap4-pandaboard-add-support-for-DVI-output.patch \ |
| 18 | file://0001-UBUNTU-Config-Fix-FTBS-caused-by-new-binutils.patch \ | 18 | file://0001-UBUNTU-Config-Fix-FTBS-caused-by-new-binutils.patch \ |
| 19 | file://0002-Add-AFLAGS-for-sleep44xx-to-fix-FTBS.patch \ | 19 | file://0002-Add-AFLAGS-for-sleep44xx-to-fix-FTBS.patch \ |
| 20 | file://defconfig" | 20 | file://defconfig \ |
| 21 | " | ||
| 21 | 22 | ||
| 22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
