aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2015-11-26layer.conf: Remove unnecessary early expansion with ':='Nathan Rossi
Avoid the use of early expansion operator. This change is done because LAYERDIR immediate expansion is handled automatically by bitbake. This change brings the layer.conf in-line with common practices used by other layers. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2015-02-23conf/layer.conf: Reduce Priority of layer to 5 (from 6)Nathan Rossi
* Align priority of recipes to the same level as oe-core, this is to prevent the selection of meta-xilinx recipes over oe-core recipes for general use cases Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-07layer.conf: correct BBFILES appendYasir-Khan
Due to immediate expansion operator being used to assign BBFILES variable, bitbake was ignoring BBFILE_COLLECTIONS.split() based append to BBFILES used in other layers to add layer specific bbappends. Use append operator instead of immediate expansion to correct this. Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
2014-09-18conf/layer.conf: Add LAYERDEPENDSNathan Rossi
* Add the LAYERDEPENDS variable to correctly define the layers meta-xilinx depends on. Currently only the core layer is a dependency Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-08-01layer.conf: Change layer priority to match other BSP layersNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-08-01Refactored MACHINE_* usageNathan Rossi
* Added 'conf/machine/boards' as a default FILESEXTRAPATH (for each available layer). * Change MACHINE_* to rely only on the path being relative to 'conf/machine/boards'. * Fixed up linux-xlnx.inc and linux-machine-common.inc to use 'MACHINE_*' for default files. * Fixed KERNEL_DEVICETREE setting such that the variable is valid before the base __anonymous function of linux-dtb.inc is executed. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-06-26Rearranged location of board configuration filesNathan Rossi
* Moved qemu* device tree and kernel config to conf/machine/boards/qemu/ * Moved common dtsi and kernel config to conf/machine/boards/common/ * Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx to allow machine configs to specify the exact device tree and config to use when building the kernel. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2012-09-26Created initial meta-xilinx layer.Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>