diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-30 23:54:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 23:54:30 +0000 |
commit | 061ac449d09f9e7d75f4fef3fe6c053ea7c00677 (patch) | |
tree | 184b8f34d191bc6ba068be426fdf215a3199f635 /conf/distro/openslug.conf | |
parent | 4e4bfc091034459785dc58643f8a58eab5b011eb (diff) |
Remove error message when OPENSLUG_EXTRA_BBFILES is not defined.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |