summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: correct BBFILES appendYasir-Khan2014-11-071-1/+1
| | | | | | | | | | 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>
* conf/layer.conf: Add LAYERDEPENDSNathan Rossi2014-09-181-0/+2
| | | | | | | * 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>
* layer.conf: Change layer priority to match other BSP layersNathan Rossi2013-08-011-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Refactored MACHINE_* usageNathan Rossi2013-08-011-3/+0
| | | | | | | | | | | | | * 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>
* Rearranged location of board configuration filesNathan Rossi2013-06-261-0/+2
| | | | | | | | | | * 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>
* Created initial meta-xilinx layer.Nathan Rossi2012-09-261-0/+11
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>