diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-06 08:03:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-06 08:03:41 +0000 |
commit | c09f18c82f67c6db495008470508e939f56f1fed (patch) | |
tree | d0288b71c11ce1817d2a1c5f27b85611958f4a0e /conf/distro/ucslugc.conf | |
parent | f749482065eb58bd8d9390a4231f65e56c181d1c (diff) |
ucslugc: Add upslug2-native to the UcSlugC build
Diffstat (limited to 'conf/distro/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 9239e676c7..b71352d070 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -108,12 +108,17 @@ IMAGE_PREPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/boot/zImage*;" # the flash file system ('turnup' will not work). You need to add the filesystem # modules for your chosen root file system (and any others which will be used). # See openslug.conf for a more full-featured system! -UCLIBC_EXTRA_RDEPENDS ?= "" -UCLIBC_EXTRA_DEPENDS ?= "" -#UCLIBC_EXTRA_BBFILES above may also need to be set +UCSLUGC_EXTRA_RDEPENDS ?= "" +UCSLUGC_EXTRA_DEPENDS ?= "" +#USLUGC_EXTRA_BBFILES above may also need to be set -OPENSLUG_EXTRA_INSTALL = "${UCLIBC_EXTRA_RDEPENDS}" -OPENSLUG_EXTRA_DEPENDS = "${UCLIBC_EXTRA_DEPENDS}" +# These depends define native utilities - they do not get put in the flash. +# upslug2 (in tmp/work/upslug2-native-*) is the program to write the NSLU2 flash +# Override this as desired - it makes no difference to the final image. +UCSLUGC_NATIVE_DEPENDS ?= "upslug2-native" + +OPENSLUG_EXTRA_INSTALL = "${UCSLUGC_EXTRA_RDEPENDS}" +OPENSLUG_EXTRA_DEPENDS = "${UCSLUGC_EXTRA_DEPENDS} ${UCSLUGC_NATIVE_DEPENDS}" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL |