From: John Bowler Date: Sat, 30 Jul 2005 23:54:30 +0000 (+0000) Subject: Remove error message when OPENSLUG_EXTRA_BBFILES is not defined. X-Git-Tag: Release-2010-05/1~9453^2~4005^2~18^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061ac449d09f9e7d75f4fef3fe6c053ea7c00677;p=openembedded.git Remove error message when OPENSLUG_EXTRA_BBFILES is not defined. --- 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