[oe-commits] org.oe.dev linux-h6300-omap1: add COMPATIBLE_MACHINE

hrw commit openembedded-commits at lists.openembedded.org
Wed May 30 14:38:45 UTC 2007


linux-h6300-omap1: add COMPATIBLE_MACHINE

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: e15bb626d25464e032217adcaacd8578e8cecb65
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e15bb626d25464e032217adcaacd8578e8cecb65
Files:
1
packages/linux/linux-h6300-omap1_2.6.12-rc5.bb
packages/linux/linux-h6300-omap1_2.6.14.3.bb
packages/linux/linux-h6300-omap1_2.6.16.16.bb
Diffs:

#
# mt diff -r577e91f0ff10581dd368e8ac41780e9a64554540 -re15bb626d25464e032217adcaacd8578e8cecb65
#
# 
# 
# patch "packages/linux/linux-h6300-omap1_2.6.12-rc5.bb"
#  from [6197fd41b24fba9bedf4e99e7b9eadafc1771c4f]
#    to [87f358d7602072f9b06b598c3139a38aa5de6d47]
# 
# patch "packages/linux/linux-h6300-omap1_2.6.14.3.bb"
#  from [12c41ae3c4250b548c0f3f609c9bcde566d43861]
#    to [5f671866e89c770a50fce61e555c10f45f9d21a6]
# 
# patch "packages/linux/linux-h6300-omap1_2.6.16.16.bb"
#  from [687b02498cc52ff8d20cacb47e25a52c28bc8bc2]
#    to [45b8035b80261ba63c656348a7adda753b0509ff]
# 
============================================================
--- packages/linux/linux-h6300-omap1_2.6.12-rc5.bb	6197fd41b24fba9bedf4e99e7b9eadafc1771c4f
+++ packages/linux/linux-h6300-omap1_2.6.12-rc5.bb	87f358d7602072f9b06b598c3139a38aa5de6d47
@@ -11,6 +11,8 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig
============================================================
--- packages/linux/linux-h6300-omap1_2.6.14.3.bb	12c41ae3c4250b548c0f3f609c9bcde566d43861
+++ packages/linux/linux-h6300-omap1_2.6.14.3.bb	5f671866e89c770a50fce61e555c10f45f9d21a6
@@ -11,6 +11,8 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig
============================================================
--- packages/linux/linux-h6300-omap1_2.6.16.16.bb	687b02498cc52ff8d20cacb47e25a52c28bc8bc2
+++ packages/linux/linux-h6300-omap1_2.6.16.16.bb	45b8035b80261ba63c656348a7adda753b0509ff
@@ -12,6 +12,8 @@ inherit kernel
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig






More information about the Openembedded-commits mailing list