1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+2 -1
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 \