diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-31 14:36:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 14:36:14 +0000 |
commit | 48f8f2fa15a84a82086823c8e03519a80e2d1b70 (patch) | |
tree | 203d64a5bd349d77f3ca53f5ac8d426ba13bf7d9 /conf | |
parent | 2dc5fa4d38bb6bcebaad6000d359ece60b268653 (diff) | |
parent | a52282efd0d8ae7cfc33824301afc80af9ba1c22 (diff) |
merge of 17cd385f326ee735c89b1dc43f11761e2f1a41f2
and 81b6d1dfdca16a87ee13d9c5e11b5d9945ffcb99
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug-packages.conf | 2 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 5972afdbf0..11b778db9f 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -157,4 +157,4 @@ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/xinetd/*.bb \ ${PKGDIR}/packages/zlib/*.bb \ -" +${OPENSLUG_EXTRA_BBFILES}" diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index dd4d7c0b5b..4c22206a49 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -36,6 +36,11 @@ EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DE OPENSLUG_EXTRA_DEPENDS ?= "e2fsprogs reiserfsprogs upslug-native lrzsz" +# NOTE: to build new packages set OPENSLUG_EXTRA_BBFILES to the full path name to +# the .bb files for the packages to build - see openslug-packages.conf in this +# directory +OPENSLUG_EXTRA_BBFILES ?= "" + # CMDLINE* macros define the kernel command line. CMDLINE_DEBUG is provided # to enable/disable debugging in the distro. Here noirqdebug is used to # remove the messages about unhandled interrupts - people debugging interrupt |