diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-08-07 15:41:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-07 15:41:07 +0000 |
commit | 6e538c9362ddf1819043a7783736cb150505b89a (patch) | |
tree | 99703c72b37323de2b59a266f1f6880ad48e1161 /conf/distro | |
parent | 395adae982d620a129b790244eea937ac5fae697 (diff) | |
parent | 9b1f7ada983d8693ef15514bb01051a1fd3c4f30 (diff) |
merge of 465928d6461b2ec29d7c4cccee77f223c3dbb94d
and 51b6958ca62c0aa799b810b3b989dc1f6a322d7e
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug-packages.conf | 1 | ||||
-rw-r--r-- | conf/distro/openzaurus.conf | 3 | ||||
-rw-r--r-- | conf/distro/ucslugc.conf | 6 |
3 files changed, 10 insertions, 0 deletions
diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 5dbd9ecc85..46f5b8babc 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -162,6 +162,7 @@ ${PKGDIR}/packages/upslug/*.bb \ ${PKGDIR}/packages/util-linux/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/wakelan/*.bb \ +${PKGDIR}/packages/watchdog/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/xinetd/*.bb \ ${PKGDIR}/packages/zlib/*.bb \ diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index f6975ae961..9208aeda09 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -7,3 +7,6 @@ INHERIT += " package_ipk debian" # TARGET_OS ?= "linux" TARGET_OS = "linux" TARGET_FPU = "soft" + +PARALLEL_INSTALL_MODULES = "1" + diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index c321f18009..7eb8e2f9ad 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -61,6 +61,12 @@ EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DE # issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf) CMDLINE_DEBUG = "noirqdebug" +# IMAGE_PREPROCESS_COMMAND is run before making the image. In UcSlugC the +# kernel image is removed from the root file system to recover the space used - +# UcSlugC is assumed to boot from a separate kernel image in flash (not in the +# root file system), if this is not the case the following must not be done! +IMAGE_PREPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/boot/zImage*;" + # EXTRA PACKAGES # -------------- # UcSlugC builds an openslug-image with no extra packages - to add packages to the |