diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-04 01:17:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-04 01:17:48 +0000 |
commit | 894335a1acd1fabdb37c25773ffdd0f795f570c4 (patch) | |
tree | e1cf9ce1baafed9209c632a279a15f08f415d3c0 /packages/linux/linux-omap1_2.6.23-omap1.bb | |
parent | 875cfc6f23ae68c6215bf32eb01a486f0387cb92 (diff) | |
parent | c9d9284e477752680bc176a2fa919c8fe14f5ee8 (diff) |
merge of 'a861d7ae9f7e1ef52c56fcb6017fe9b7c48dc72b'
and 'faf33dcbfd35dd67bb0aea23b73e2eed42cd7226'
Diffstat (limited to 'packages/linux/linux-omap1_2.6.23-omap1.bb')
-rw-r--r-- | packages/linux/linux-omap1_2.6.23-omap1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-omap1_2.6.23-omap1.bb b/packages/linux/linux-omap1_2.6.23-omap1.bb new file mode 100644 index 0000000000..9c6a52e3f9 --- /dev/null +++ b/packages/linux/linux-omap1_2.6.23-omap1.bb @@ -0,0 +1,10 @@ +require linux-omap.inc + +COMPATIBLE_MACHINE = "omap5912osk" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ + http://www.muru.com/linux/omap/patches/patch-2.6.23-omap1.bz2;patch=1 \ + file://binutils-buildid-arm.patch;patch=1 \ + file://defconfig" + +S = "${WORKDIR}/linux-2.6.23" |