aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-26 10:28:58 +0000
committerKoen Kooi <koen@openembedded.org>2005-06-26 10:28:58 +0000
commitc19e9f9db79fb40d5c6be2959cc70225358e0b37 (patch)
tree752c8ca9b8a895dfef760178432a190a3ac16308 /packages
parentf38ec0356ec46f0c3eccc909ae8af26cce55d13a (diff)
downloadopenembedded-c19e9f9db79fb40d5c6be2959cc70225358e0b37.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/26 12:28:14+02:00 utwente.nl!koen linux-omap1_2.6.12_rc2.bb: revert my misguided change to src_uri BKrev: 42be836aRIXFs7NExqmd5ZN6APKbqA
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-omap1_2.6.12_rc2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap1_2.6.12_rc2.bb b/packages/linux/linux-omap1_2.6.12_rc2.bb
index f59999c770..a4c407eecd 100644
--- a/packages/linux/linux-omap1_2.6.12_rc2.bb
+++ b/packages/linux/linux-omap1_2.6.12_rc2.bb
@@ -3,9 +3,9 @@ DESCRIPTION = "Linux kernel for OMAP processors"
LICENSE = "GPL"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc2.tar.bz2 \
- http://www.muru.com/linux/omap/patches/patch-2.6.12-rc2-omap1.bz2;patch=1"
+ http://www.muru.com/linux/omap/patches/patch-2.6.12-rc2-omap1.bz2;patch=1 \
+ file://defconfig"
-SRC_URI_append_omap5912osk = "file://defconfig"
S = "${WORKDIR}/linux-2.6.12-rc2"