From 4f6da8663723f9534513cbc7376e27aa3ce47792 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Jan 2009 00:44:44 +0100 Subject: [PATCH] omap3 machines: add omap3-sgx-modules to RECOMMENDS --- conf/machine/beagleboard.conf | 1 + conf/machine/omap3-pandora.conf | 2 +- conf/machine/omap3evm.conf | 2 +- 3 files changed, 3 insertions(+), 2 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" diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf index 0fd116d78c..5bfbb712f2 100644 --- a/conf/machine/omap3-pandora.conf +++ b/conf/machine/omap3-pandora.conf @@ -21,7 +21,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "800" MACHINE_DISPLAY_HEIGHT_PIXELS = "480" # Ship all kernel modules -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules" IMAGE_FSTYPES += "jffs2 tar.bz2" EXTRA_IMAGECMD_jffs2 = "-lnp " diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index d5eeb746e7..646db492ef 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -18,7 +18,7 @@ GUI_MACHINE_CLASS = "smallscreen" include conf/machine/include/tune-cortexa8.inc # Ship all kernel modules -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules" IMAGE_FSTYPES ?= "jffs2 tar.bz2" EXTRA_IMAGECMD_jffs2 = "-lnp " -- 2.39.5