linux-h6300-omap1: add COMPATIBLE_MACHINE
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 30 May 2007 13:54:30 +0000 (13:54 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 30 May 2007 13:54:30 +0000 (13:54 +0000)
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

index 299d813..58e8578 100644 (file)
@@ -11,6 +11,8 @@ S = "${WORKDIR}/linux-2.6.12-rc5"
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig
index ea5aeee..7726bad 100644 (file)
@@ -11,6 +11,8 @@ S = "${WORKDIR}/linux-2.6.14"
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig
index d1d82ad..8b5f627 100644 (file)
@@ -12,6 +12,8 @@ S = "${WORKDIR}/linux-2.6.16"
 
 inherit kernel
 
+COMPATIBLE_MACHINE = "h6300"
+
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/defconfig ${S}/.config
         oe_runmake oldconfig