From a37558949698152bb853c520dba87d40fc74e77f Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Wed, 31 May 2006 23:18:20 +0000 Subject: bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd syslinux.bbclass - This creates a configuration file suitable for use with syslinux. db1200.conf geodelx.conf - add db1200 and geodelx machine configurations. Forgot the mt-add on these in the last attempt... --- conf/machine/geodelx.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/machine/geodelx.conf (limited to 'conf/machine/geodelx.conf') diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf new file mode 100644 index 0000000000..841f4a8418 --- /dev/null +++ b/conf/machine/geodelx.conf @@ -0,0 +1,7 @@ +TARGET_ARCH = "i486" + +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +PREFERRED_PROVIDER_virtual/kernel="linux-geodelx" + +SELECTED_OPTIMIZATION_glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}" -- cgit 1.2.3-korg