angstrom: tidy up angstrom.inc
authorKoen Kooi <koen@openembedded.org>
Mon, 28 Aug 2006 07:48:20 +0000 (07:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 28 Aug 2006 07:48:20 +0000 (07:48 +0000)
conf/distro/include/angstrom.inc

index 5ff9e1c..3bb4028 100644 (file)
@@ -37,9 +37,6 @@ CXXFLAGS += "-fvisibility-inlines-hidden"
 #ARM EABI is softfloat by default, but let's make sure :)
 TARGET_FPU_arm = "soft"
 
-#Always ship these packages
-BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version coreutils dropbear sysvinit"
-
 #Name the generated images in a sane way
 IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
 DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE}
@@ -48,4 +45,4 @@ DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE}
 DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
 
 # We want images supporting the following features (for task-base)
-DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
+DISTO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost"