summaryrefslogtreecommitdiff
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2020-05-23elfutils: Fix gcc compile time alignment errorsMarcel Ziswiler
Allow devtool to organize the SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry-picked from openembedded-core commit 49aae1d75ff1c6a9643c30a8cc5776a2ffa83dd3)
2017-12-22mtd-utils: remove 32-bit variant of mtd-utils from base BSP layerStefan Agner
The 32-bit variant of mtd-utils interferes with OpenEmbedded pseudo root capabilities. This breaks building UBI/UBIFS image using OE mechanism. Since mtd-utils is required in the legacy image package only we can safely move it to the meta-toradex-demos layer. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22python3-docutils: use version wildcard with bbappendMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-06-30python3-docutils: fix build time rst2man dependencyMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2014-12-17e2fsck: don't check last mounttime on superblockMax Krummenacher
This avoids fsck execution. systemd-fsck[169]: arm: Superblock last write time (Tue Dec 16 15:46:16 2014, systemd-fsck[169]: now = Mon Nov 17 11:08:57 2014) is in the future. Depending on the system we might not have a sensible time. On top of that, during first boot we compare the fs creation time of the PC with the intial embedded time which very likely triggers the fsck.
2014-11-13cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtoolsMarcel Ziswiler
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2013-10-10mtd-utils: Build native for a 32bit machineMax Krummenacher
We want to deploy mkfs.ubifs as part of the x86 downloader as most distros do not have a recent enough version. To be more universal we need it unconditionaly in a 32bit version.