From 6efb65bd45011299a3a734b18c0feb059196f627 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Sat, 30 Jul 2005 21:08:07 +0000 Subject: Add OPENSLUG_EXTRA_BBFILES to the BBFILES in conf/distro/openslug-packages.conf This allows extra package directories to be added (or even individual files) without affecting the operation of bb freeze and bb unfreeze. Note that new versions of openslug-packages.conf should keep the addition at the end but that freeze output will not have it. --- conf/distro/openslug-packages.conf | 2 +- conf/distro/openslug.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'conf') 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 -- cgit v1.2.3 From 061ac449d09f9e7d75f4fef3fe6c053ea7c00677 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Sat, 30 Jul 2005 23:54:30 +0000 Subject: Remove error message when OPENSLUG_EXTRA_BBFILES is not defined. --- conf/distro/openslug.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 2d1540333f..4c22206a49 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -39,6 +39,7 @@ 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 -- cgit v1.2.3