Age | Commit message (Collapse) | Author |
|
Enforcing to build 32-bit binaries for native and portions thereof
using -m32 in EXTRA_OEMAKE_class-native may lead to building errors.
Also, it seems it's time to move on from 32-bit compatibility.
Affected repositories:
meta-toradex-demos
meta-toradex-nxp
meta-toradex-tegra
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
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 unconditionally in a 32-bit version.
Moved from meta-toradex-bsp-common 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>
|
|
Copy/paste error prevented the intended fix to get actually applied.
Signed-off-by: Max Krummenacher <max.krummenacher@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: Max Krummenacher <max.krummenacher@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>
|
|
With this both mmc-utils and mmc-utils-cos can be installed on
a target, however mmc-utils will take precedence as it is not
configured for an update-alternative.
In that case the binary will only be available as mmc.mmc-utils-cos
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Update to latest master of the Chromium OS port.
A patch has been replaced by setting arch specific CFLAGS in
mmc-utils in oe-core. Follow that change.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
This allows to build either mmc-utils_git from openembedded or
mmc-utils from the Chromium OS project.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.
Signed-off-by: Max Krummenacher <max.krummenacher@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: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
Currently _tkinter is only built when tcl/tk is available before the
python do_configure task is built.
Make this deterministic by providing a PACKAGECONFIG for it.
If tkinter is in PACKAGECONFIG add the needed dependencies,
if not force that tkinter is not built.
Note that currently enabling tkinter does not work due to a cyclic
dependency:
'python' depends on 'tk/tcl' depends on 'cracklib' depends on 'python'
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
The SUMMARY variable gives a short description of the package (<72 chars).
A missing DESCRIPTION is automatically set to the content of SUMMARY.
|
|
Add a recipe for the Chromium OS version of the mmc-utils able to
handle Extended CSD revision 1.7 of the latest MMC 5.0 specification.
Some of the more interesting information thereof is the life time
estimation and pre EOL information as follows:
root@apalis-t30:~# mmc extcsd read /dev/mmcblk0 | \
grep -A 3 'Device life time estimation type A'
Device life time estimation type A [DEVICE_LIFE_TIME_EST_TYP_A: 0x01]
i.e. 0% - 10% device life time used
Pre EOL information [PRE_EOL_INFO: 0x01]
i.e. Normal
|
|
|
|
The combination of changes lead to the postinst scripts not beeing
run at all.
|
|
|
|
|
|
version
|