[oe-commits] org.oe.dev linux-mtx*: added COMPATIBLE_MACHINE

hrw commit openembedded-commits at lists.openembedded.org
Wed May 30 13:34:09 UTC 2007


linux-mtx*: added COMPATIBLE_MACHINE

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 9f8cf61e9a8cc62317c12ec79fb40a6685030bc3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9f8cf61e9a8cc62317c12ec79fb40a6685030bc3
Files:
1
packages/linux/linux-mtx-1_2.4.27.bb
packages/linux/linux-mtx-1u_2.4.27.bb
packages/linux/linux-mtx-2_2.4.27.bb
packages/linux/linux-mtx-3_2.6.15.bb
Diffs:

#
# mt diff -r453353fdd27d0676c26be544445c961027f51283 -r9f8cf61e9a8cc62317c12ec79fb40a6685030bc3
#
# 
# 
# patch "packages/linux/linux-mtx-1_2.4.27.bb"
#  from [4dc050ec800e6861a0ade34eff0a2d0a7fd2bc38]
#    to [5aa527007e73fd6ebd969c021abff9f8573dd189]
# 
# patch "packages/linux/linux-mtx-1u_2.4.27.bb"
#  from [e018240d451be23defeb68ea4e0cd80be22cd0ad]
#    to [86784e8f50a98d590e07e5bb45aba9e408f9e6be]
# 
# patch "packages/linux/linux-mtx-2_2.4.27.bb"
#  from [66f77f0ee8669f8b4dd2a22061196487b12f1d95]
#    to [478bed2951d5bfe4a59968087493fe96a1428770]
# 
# patch "packages/linux/linux-mtx-3_2.6.15.bb"
#  from [c306ae82e144cb95c7a1e4da80a1d47673a4ebfd]
#    to [06ed1b71a81a48242aa8c864298447e36bc550d7]
# 
============================================================
--- packages/linux/linux-mtx-1_2.4.27.bb	4dc050ec800e6861a0ade34eff0a2d0a7fd2bc38
+++ packages/linux/linux-mtx-1_2.4.27.bb	5aa527007e73fd6ebd969c021abff9f8573dd189
@@ -43,6 +43,7 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "mtx-1"
 COMPATIBLE_HOST = "mipsel.*-linux"
 ARCH = "mips"
 KERNEL_OUTPUT = "arch/mips/zboot/images/mtx-1.flash.bin"
============================================================
--- packages/linux/linux-mtx-1u_2.4.27.bb	e018240d451be23defeb68ea4e0cd80be22cd0ad
+++ packages/linux/linux-mtx-1u_2.4.27.bb	86784e8f50a98d590e07e5bb45aba9e408f9e6be
@@ -1,5 +1,7 @@ include linux-mtx-1_2.4.27.bb
 include linux-mtx-1_2.4.27.bb
 
+COMPATIBLE_MACHINE = "mtx-1u"
+
 PR = "r11"
 
 SRC_URI += "\
============================================================
--- packages/linux/linux-mtx-2_2.4.27.bb	66f77f0ee8669f8b4dd2a22061196487b12f1d95
+++ packages/linux/linux-mtx-2_2.4.27.bb	478bed2951d5bfe4a59968087493fe96a1428770
@@ -51,6 +51,7 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "mtx-2"
 COMPATIBLE_HOST = "mipsel.*-linux"
 ARCH = "mips"
 KERNEL_OUTPUT = "arch/mips/zboot/images/mtx-2.flash.bin"
============================================================
--- packages/linux/linux-mtx-3_2.6.15.bb	c306ae82e144cb95c7a1e4da80a1d47673a4ebfd
+++ packages/linux/linux-mtx-3_2.6.15.bb	06ed1b71a81a48242aa8c864298447e36bc550d7
@@ -18,6 +18,7 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "mtx-3"
 COMPATIBLE_HOST = "arm.*-linux"
 ARCH = "arm"
 KERNEL_OUTPUT = "arch/arm/zboot/images/mtx-3.flash.bin"






More information about the Openembedded-commits mailing list