diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-10-29 14:52:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-29 15:25:38 +0100 |
commit | 966dfe4909dc9f80a9cb1bd99fbd7e95385b5672 (patch) | |
tree | 1dd7b77fea02cb4020261dc79fd88b089f104d1e /conf | |
parent | 9fb659d8942064798eae9fdccc776923b8617760 (diff) |
omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am3517-evm.conf (renamed from conf/machine/omap3517-evm.conf) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/omap3517-evm.conf b/conf/machine/am3517-evm.conf index 77ea2807b9..f7a60b4be4 100644 --- a/conf/machine/omap3517-evm.conf +++ b/conf/machine/am3517-evm.conf @@ -15,6 +15,8 @@ GUI_MACHINE_CLASS = "smallscreen" require conf/machine/include/omap3.inc +PACKAGE_EXTRA_ARCHS += "omap3517-evm" + # Ship all kernel modules MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules" |