diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-30 21:12:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 21:12:35 +0000 |
commit | f5b66792175fb21a3a3f3a9b091c9aadf14aa25b (patch) | |
tree | da0a12fb77db7d7b679c6a0bbcee3c0b29a17003 /conf | |
parent | db73bdddcba33027c35cf6f8910fa0b00e23eb96 (diff) | |
parent | 6efb65bd45011299a3a734b18c0feb059196f627 (diff) |
propagate from branch 'org.openembedded.dev' (head 6727313bcf2bfc29a27e4d7926ccb23386cc3459)
to branch 'org.openembedded.nslu2-linux' (head 495fa2b8df060adce986127b083c31c650f21c36)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug-packages.conf | 2 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 4 |
2 files changed, 5 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..2d1540333f 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -36,6 +36,10 @@ 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 + # 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 |