diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-11 10:48:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-11 10:48:13 +0000 |
commit | 3156c5a82c5dc88df276c34113c77bc168cc9d47 (patch) | |
tree | d958fe7b3d20fa3f20f196ab54fe587c4f1a72c0 /meta/packages/linux | |
parent | 4ec449c4daea7bbd03bb7c23a15d09e9a176a420 (diff) | |
download | openembedded-core-3156c5a82c5dc88df276c34113c77bc168cc9d47.tar.gz openembedded-core-3156c5a82c5dc88df276c34113c77bc168cc9d47.tar.bz2 openembedded-core-3156c5a82c5dc88df276c34113c77bc168cc9d47.zip |
linux-mx31-2.6.22.6: Mark as only compatible with the mx31ads for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3464 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r-- | meta/packages/linux/linux-mx31_2.6.22.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-mx31_2.6.22.6.bb b/meta/packages/linux/linux-mx31_2.6.22.6.bb index 9f7215b5c9..5b3e02e1c8 100644 --- a/meta/packages/linux/linux-mx31_2.6.22.6.bb +++ b/meta/packages/linux/linux-mx31_2.6.22.6.bb @@ -8,6 +8,8 @@ SRC_URI = " \ file://defconfig-mx31ads \ " +COMPATIBLE_MACHINE = "mx31ads" + SRC_URI_append_mx31ads = " \ file://mx31ads-patches.tgz \ file://linux-2.6.22-mx-arch_arm.patch;patch=1 \ |