Makefile: Add slugos<endian>e-<release>-beta-image targets
[nslu2-linux/master.git] / conf / local.conf.sample
blobc191c8ff635b6a208c487abeb1a7e5fe30c125e5
1 # Sample local configuration
3 # You do not need a 'local.conf' file, however you may use one to alter
4 # how the build proceeds and to specify bitbake options.
6 #----------------------------------------------------------------------------------
7 # bitbake options
8 #----------------------------------------------------------------------------------
10 #BBINCLUDELOGS = "yes"
11 #       bitbake logs build progress to per-package log files.  By default if an
12 #       error occurs bitbake outputs the name of this file with an error message.
13 #       If you set BBINCLUDELOGS to 'yes' then bitbake will also output the log
14 #       file itself.
16 #BBMASK = "regular expression"
17 #       bitbake examines all the .bb files listed in the BBFILES variable.  BBMASK
18 #       can be used to exclude some (or, indeed, all) of these files by matching
19 #       against a regular expression.  Typically you do not want to do this because
20 #       bitbake freeze can be used to generate a minimal list for BBFILES.
22 #----------------------------------------------------------------------------------
23 # OpenSlug (and derivatives) options
24 #----------------------------------------------------------------------------------
25 #FEED_URIS = "<name>##<url>"
26 #       Define local feeds - <name> should be replaced by a name which identifies
27 #       your local feed (not a generic name!) and <url> should be the location of
28 #       the Packages.gz file (and, therefore, all the ipks).  This is not required;
29 #       the feed defaults to the internet one.
31 #<DISTRO>_EXTRA_DEPENDS = "packages to add to the build"
32 #       Any packages in this list will be built as depenencies of the firmware
33 #       image, but they will not be included in the image (see below).
35 #<DISTRO>_EXTRA_RDEPENDS = "packages to add to the firmware image"
36 #       Any packages in this list will be added to the firmware image.  Please do
37 #       not distribute such images - make a new DISTRO.conf file following the
38 #       instructions in conf/distro/ucslugc.conf
40 #<DISTRO>_EXTRA_BBFILES = "paths of extra .bb files"
41 #       Files in this list will be parsed by bitbake to find packages in addition
42 #       to the default list of bb files in conf/distro/<distro>-packages.conf.  The
43 #       setting of this variable is irrelevant after bb freeze has been built or if
44 #       bb unfreeze is built (in the latter case bitbake will examine all of the
45 #       openembedded packages).