summaryrefslogtreecommitdiffstats
path: root/classes/xilinx-utils.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* device-tree: Improve, clean up and remove MACHINE_DEVICETREENathan Rossi2017-04-261-58/+0
| | | | | | | | | | | | | | | This change improves and does a number of clean up to the device-tree recipe. This includes adding support for building overlays, default inclusion of kernel device tree sources, updated license value and general clean ups to the logic. This change also removes the support for MACHINE_DEVICETREE, and additionally the now unused xilinx-utils.bbclass. Note: In order to support overlays dtc version 1.4.3 or newer is needed, currently in oe-core only 1.4.2 is available. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-machine-config.inc: Refactored useful python functionsNathan Rossi2013-09-041-0/+58
* Refactored the useful python functions into more generic form and placed them in the 'xilinx-utils.bbclass' which can be inherited for the functions. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>