diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-30 14:29:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-30 14:29:10 +0000 |
commit | 0f9536cee661c42858765c7c366342ea5a99cd27 (patch) | |
tree | db74d2f370b097056a17cb835bf1c17b4999ba7e | |
parent | c339f4d93da370a1facd20dd6a8b84f1a531b3a0 (diff) | |
parent | a5e439a14b77b183e154ebda73b9ff9420a137de (diff) |
merge of 'c9d129a39ce3a34bfb785b028a0bb8d75802177f'
and 'e15bb626d25464e032217adcaacd8578e8cecb65'
-rw-r--r-- | packages/linux/linux-h6300-omap1_2.6.12-rc5.bb | 2 | ||||
-rw-r--r-- | packages/linux/linux-h6300-omap1_2.6.14.3.bb | 2 | ||||
-rw-r--r-- | packages/linux/linux-h6300-omap1_2.6.16.16.bb | 2 | ||||
-rw-r--r-- | packages/linux/linux-tornado-omap2_2.6.16.16.bb | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/packages/linux/linux-h6300-omap1_2.6.12-rc5.bb b/packages/linux/linux-h6300-omap1_2.6.12-rc5.bb index 299d813964..58e85781a3 100644 --- a/packages/linux/linux-h6300-omap1_2.6.12-rc5.bb +++ b/packages/linux/linux-h6300-omap1_2.6.12-rc5.bb @@ -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 diff --git a/packages/linux/linux-h6300-omap1_2.6.14.3.bb b/packages/linux/linux-h6300-omap1_2.6.14.3.bb index ea5aeeea1a..7726bad494 100644 --- a/packages/linux/linux-h6300-omap1_2.6.14.3.bb +++ b/packages/linux/linux-h6300-omap1_2.6.14.3.bb @@ -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 diff --git a/packages/linux/linux-h6300-omap1_2.6.16.16.bb b/packages/linux/linux-h6300-omap1_2.6.16.16.bb index d1d82adde9..8b5f627846 100644 --- a/packages/linux/linux-h6300-omap1_2.6.16.16.bb +++ b/packages/linux/linux-h6300-omap1_2.6.16.16.bb @@ -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 diff --git a/packages/linux/linux-tornado-omap2_2.6.16.16.bb b/packages/linux/linux-tornado-omap2_2.6.16.16.bb index 2115a275ef..f76442401f 100644 --- a/packages/linux/linux-tornado-omap2_2.6.16.16.bb +++ b/packages/linux/linux-tornado-omap2_2.6.16.16.bb @@ -12,6 +12,8 @@ S = "${WORKDIR}/linux-2.6.16" inherit kernel +COMPATIBLE_MACHINE = "htctornado" + do_configure() { rm -f ${S}/.config |