diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:43:33 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:43:33 +0000 |
commit | 51be1fad9c2889755787f94f07174f854d23f8db (patch) | |
tree | f22a5a4ec17ff97eedfd95b366482f05ec74d9a3 /meta/packages/linux/linux-simtec_2.6.26-simtec3.bb | |
parent | f27cbd1a4e76ae4ce9728a380ee678df9953ed21 (diff) | |
download | openembedded-core-51be1fad9c2889755787f94f07174f854d23f8db.tar.gz openembedded-core-51be1fad9c2889755787f94f07174f854d23f8db.tar.bz2 openembedded-core-51be1fad9c2889755787f94f07174f854d23f8db.zip |
linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE
Diffstat (limited to 'meta/packages/linux/linux-simtec_2.6.26-simtec3.bb')
-rw-r--r-- | meta/packages/linux/linux-simtec_2.6.26-simtec3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-simtec_2.6.26-simtec3.bb b/meta/packages/linux/linux-simtec_2.6.26-simtec3.bb new file mode 100644 index 0000000000..9a7d95ab95 --- /dev/null +++ b/meta/packages/linux/linux-simtec_2.6.26-simtec3.bb @@ -0,0 +1,17 @@ +require linux-simtec.inc + +PR = "r1" + +PROVIDES += "virtual/kernel" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_depicture = "1" + +COMPATIBLE_MACHINE = "depicture" + +SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \ + http://www.simtec.co.uk/products/SWLINUX/files/patch-2.6.26-simtec3.bz2;patch=1 \ + file://${MACHINE}-defconfig-append \ + " + +S = "${WORKDIR}/linux-2.6.26" |