diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-07 00:44:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-07 00:44:44 +0100 |
commit | 4f6da8663723f9534513cbc7376e27aa3ce47792 (patch) | |
tree | bf8ca4248cc5318ea032d3b85d9e84b1a1663178 /conf/machine/beagleboard.conf | |
parent | 2ff9ef21e5fb18a45a5d54acc2bb6bf4eeac8c7d (diff) |
omap3 machines: add omap3-sgx-modules to RECOMMENDS
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 3204ee87d9..f5bcb79550 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -39,5 +39,6 @@ UBOOT_MACHINE = "omap3_beagle_config" PREFERRED_VERSION_u-boot = "git" EXTRA_IMAGEDEPENDS += "u-boot x-load" +MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " # and sdio MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" |