diff options
author | Philip Balister <philip@balister.org> | 2007-08-12 23:03:07 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-12 23:03:07 +0000 |
commit | fb3d90760249edb85d2f001a62bef9aaa05aca5c (patch) | |
tree | a3e883b345bbd23f6eecaaf3ebdcef218698fd09 /packages/linux/linux-omap1_2.6.20-omap1.bb | |
parent | a7b1482b15c6b2848ff392cef00c420a8f8927e1 (diff) |
linux-omap1 : Move compatible machine from generic include file to specific
version files.
Diffstat (limited to 'packages/linux/linux-omap1_2.6.20-omap1.bb')
-rw-r--r-- | packages/linux/linux-omap1_2.6.20-omap1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-omap1_2.6.20-omap1.bb b/packages/linux/linux-omap1_2.6.20-omap1.bb index fe747a7a35..636fef0e31 100644 --- a/packages/linux/linux-omap1_2.6.20-omap1.bb +++ b/packages/linux/linux-omap1_2.6.20-omap1.bb @@ -1,5 +1,7 @@ require linux-omap.inc +COMPATIBLE_MACHINE = "omap5912osk" + SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ http://www.muru.com/linux/omap/patches/patch-2.6.20-omap1.bz2;patch=1 \ file://defconfig.eabi \ |