diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 12:17:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 12:17:20 +0100 |
commit | 2f0ed0594046903fb8033852e05a0de6b1f02914 (patch) | |
tree | db79dfe7c800ebbb0cf759ab2d5e4ff4bdcaf042 /conf/machine/include | |
parent | 358b3c8894088e196747a1f64961d43d9656c3e1 (diff) |
omap3 machines: don't drag in omap3-sgx-modules by default
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index bb750aad98..e87b56c282 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -11,8 +11,6 @@ UBOOT_LOADADDRESS = "0x80008000" # Only build u-boot, xload is optional EXTRA_IMAGEDEPENDS += "u-boot" -MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " - # TI DVSDK stuff: CODEC_INSTALL_DIR ?= "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combo" CODEC ?= "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combo" |