diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-28 07:48:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-28 07:48:20 +0000 |
commit | 49893e2eb4392385e5cff59fc41c76be5a9e2dda (patch) | |
tree | 6880b08de1a1c7bde2a3e539268bc226efc2c560 | |
parent | 744d31ca64a9e9177797476d3d7e86eabcc9c26d (diff) |
angstrom: tidy up angstrom.inc
-rw-r--r-- | conf/distro/include/angstrom.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 5ff9e1c942..3bb4028a22 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -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" |