diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-12 15:28:43 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-12 15:28:43 +0000 |
commit | 36f9e5e29322fc3c2a8025cebbe72062cc276898 (patch) | |
tree | 8530fd2bfea34f0eb2f478e95afb708d79f3b07d /packages/linux/linux_2.6.22.bb | |
parent | f8a391dd9536c26893cc1d417b9f0b8474543c70 (diff) |
linux: Add bd-neon support to 2.6.22 recipe.
Diffstat (limited to 'packages/linux/linux_2.6.22.bb')
-rw-r--r-- | packages/linux/linux_2.6.22.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.22.bb b/packages/linux/linux_2.6.22.bb index a3694156d6..03d945adbf 100644 --- a/packages/linux/linux_2.6.22.bb +++ b/packages/linux/linux_2.6.22.bb @@ -3,8 +3,9 @@ require linux.inc # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_cm-x270 = "-1" +DEFAULT_PREFERENCE_bd-neon = "0" -PR = "r3" +PR = "r4" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ file://defconfig \ @@ -24,6 +25,8 @@ CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=8 bpp=16 FILES_kernel-image_cm-x270 = "" +SRC_URI_append_bd-neon = " http://www.boundarydevices.com/boundary-2.6.22-2007-07-22.patch.bz2;patch=1" + python do_compulab_image() { import os import os.path |