Fix Phytec MX31 recipe

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4191 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bradford 2008-04-07 21:52:54 +00:00
parent 688af772cb
commit d9c27b940d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SRC_URI = " \
file://defconfig-mx31phy \
"
COMPATIBLE_MACHINE = "mx31ads mx31phy"
COMPATIBLE_MACHINE = "(mx31ads|mx31phy)"
SRC_URI_append_mx31ads = " \
file://mx31ads-patches.tgz \
@ -136,6 +136,7 @@ SRC_URI_append_mx31ads = " \
file://linux-2.6.22-mx-CR-ENGR00053563-Fix-Sahara-Issue-For-MX27.patch;patch=1 \
"
SRC_URI_append_mx31phy = " \
file://mx31phy-patches.tgz \
file://linux-2.6.22-mx-arch_arm.patch;patch=1 \
file://linux-2.6.22-mx-arm_oprofile.patch;patch=1 \
file://linux-2.6.22-mx-codetest.patch;patch=1 \