From: Tim 'timtim' Ellis Date: Sat, 17 Jan 2009 20:08:58 +0000 (+0000) Subject: n2100: Add temper to MACHINE_EXTRA_RDEPENDS X-Git-Tag: Release-2010-05/1~4295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cef440772af65ad03d3273d36afd49c81e481d;p=openembedded.git n2100: Add temper to MACHINE_EXTRA_RDEPENDS --- diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index 36a0f9edf4..a86a8db424 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -10,7 +10,8 @@ SERIAL_CONSOLE="115200 console" USE_VT="0" MODUTILS=26 -MACHINE_FEATURES= "kernel26 usbhost ext2 redboot" +MACHINE_FEATURES = "kernel26 usbhost ext2 redboot" +MACHINE_EXTRA_RDEPENDS = "temper" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.20" @@ -23,7 +24,7 @@ EXTRA_IMAGECMD = "--little-endian" # Creating an image that works with the webinterface required encrypting it # So we'll need openssl -EXTRA_IMAGEDEPENDS = "openssl-native temper" +EXTRA_IMAGEDEPENDS = "openssl-native" IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" require conf/machine/include/tune-xscale.inc