From: Rod Whitby Date: Mon, 5 Feb 2007 08:22:14 +0000 (+0000) Subject: angstrom.inc: override DISTRO_FEATURES for the nslu2le machine to get the rootfs... X-Git-Tag: Release-2010-05/1~9273^2~4^2~1^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7132185965f3c296b83366b994e2dd14a81d3471;p=openembedded.git angstrom.inc: override DISTRO_FEATURES for the nslu2le machine to get the rootfs under 6.5MB --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index c057d1a05e..79ec27af72 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -50,3 +50,4 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi # We want images supporting the following features (for task-base) DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost pci" +DISTRO_FEATURES_nslu2le = "nfs smbfs alsa bluetooth ext2 usbhost pci"