From 8e0751a97ae3a0d02a839a0302438132c2298a89 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 15 Apr 2012 20:37:24 -0500 Subject: yocto-bsp: remove kernel26 machine feature from templates kernel26 is now obsolete so remove it from the templates that use it. Signed-off-by: Tom Zanussi --- .../lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf') diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf index 101dd60dc9..1cf609741c 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/{{=machine}}.conf @@ -84,4 +84,4 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" {{ input type:"edit" name:"uboot_loadaddress" prio:"40" msg:"Please specify a value for UBOOT_LOADADDRESS:" default:"0x80008000" }} UBOOT_LOADADDRESS = "{{=uboot_loadaddress}}" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" +MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa" -- cgit v1.2.3-54-g00ecf