diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-30 13:54:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-30 13:54:30 +0000 |
commit | a5e439a14b77b183e154ebda73b9ff9420a137de (patch) | |
tree | 331c80719273b54915ce1003d8a3d3459f6b8d11 /packages/linux/linux-h6300-omap1_2.6.12-rc5.bb | |
parent | 8d20976214877d04bcade3347cf75e471a0a85a3 (diff) |
linux-h6300-omap1: add COMPATIBLE_MACHINE
Diffstat (limited to 'packages/linux/linux-h6300-omap1_2.6.12-rc5.bb')
-rw-r--r-- | packages/linux/linux-h6300-omap1_2.6.12-rc5.bb | 2 |
1 files changed, 2 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 |