summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/dtc/dtc.inc
AgeCommit message (Collapse)AuthorFiles
2013-07-05dtc: Update to 1.4.0 Git TagSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-11dtc.inc: fix for libdir == /usr/lib64Matthew McClintock1
On 64bit systems dtc will still install libaries in /usr/lib unless we havet this override Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-15dtc: Fix License warningSaul Wold1
WARNING: dtc: No generic license file exists for: GPL2 in any provider Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-07dtc: Add patch to correctly install shared libraries and linksSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-07dtc: update to latest git versionMatthew McClintock1
Also remove patches that are no longer needed, as well as use the installation that is provided by the Makefile. Put all the extra stuff in a new dtc-misc package Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-07-01Drop PRIORITY variableRichard Purdie1
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-01dtc: Cleanup and update recipeSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16recipes-kernel: Update SUMMARY and DESCRIPTIONMark Hatle1
Add missing SUMMARY and updated DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-10dtc: device tree compiler recipesAdrian Alonso1
* Device tree compiler recipes from OE * v2 reorder patchset * remove BBCLASSEXTENDDED from dtc-native.inc * v3 remove installing dtc in ${STAGING_BINDIR} * fix PR variable follow Poky guidelines * v4 fix PV variable Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>