Age | Commit message (Collapse) | Author |
|
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)
|
|
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>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
|
|
${PN} might be extended with some magic prefix, so don't use it in SRC_URI
assignments et. al.
|
|
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.
|
|
|
|
This uses the % wildcard for recipe matching.
remove the deprecated PRINC variable while at it.
|
|
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.
|