### wbblddef_custom.txt - Custom Data for the Dynamic Build Spec Generation utility of WR Linux/Workbench
###
### Copyright (c) 2006-2009 Wind River Systems, Inc.
###
### The right to copy, distribute, modify, or otherwise make use
### of this software may be licensed only pursuant to the terms
### of an applicable Wind River license agreement.
###
### This configure file allows custom data to be passed to the build spec provider script,
### above and beyond the values from the wrlinux istallation and the Workbench settings.
### If this file is in a READ-ONLY location, copy it to a local location, edit it, and 
### add the environment variable "WBBLDDEF_FILE" that points to that local copy.
###
### Layers : Include the board definitions from a Layer
###          This is for Platform and Kernel Module projects
### Example: LAYER=<full_path_to_custom_layer_dir>
###
### Sysroots:Include the board definitions from an exported "sysroot"
###          This is for Application, User, and Sample projects
### Example: SYSROOT=<full_path_to_sysroot_dir>
###
### Parallel Package Builds: Preset the command line enable-parallel-pkgbuilds value
###          This will be inserted in the make commands {make $(WR_PARABUILD) fs|all|build-all}
### Example: WR_PARABUILD="-j 3"
### 
### Include Paths: add include paths to the project-type build specs
### Example: INCLUDE_PATHS.ApplicationProject=-I/fooapp/foo,-I/foo/bar
###          INCLUDE_PATHS.UserProject=-I/foousr/foo,-I/foo/bar
###
### Libraries and Library Paths: add libraries and paths to the project-type 
###          build specs, '-l' for libs, '-L' for paths
### Example: LIBRARY_PATHS.ApplicationProject=-L/fooapp/bar,-lqthread
###          LIBRARY_PATHS.UserProject=-L/foousr/bar,-lqthread
###
### Removal: This can remove some or all build specs. This can be followed 
###          by a LAYER or SYSROOT command to suppress the default values
###          in favor of the explicit values
### Example: BOARD_REMOVE=broadcom_bcm91250a_64_le-glibc_std
###          BOARD_REMOVE=*
###
### Note: there can be any number of the above entry lines for muliple 
### layers, sysroots, etc. Also, layers and sysroots can be comma delimited 
### as per the configure command.
###

# default rootfs templates
ROOTFS_PROFILE=debug
ROOTFS_PROFILE=demo

# default layers (for finding default templates)


