summaryrefslogtreecommitdiff
path: root/recipes-devtools/mmc/mmc-utils-cos_git.bb
AgeCommit message (Collapse)Author
2022-03-06layer: Update LICENSE variable to use SPDX license identifiersMax Krummenacher
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mmc-utils-cos: backport patch fixing gcc8 compilingMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-04-07mmc-utils-cos: add update-alternativeMax Krummenacher
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>
2017-04-07mmc-utils-cos: update to latest and unify with mmc-utils_git.bbMax Krummenacher
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>
2017-04-07mmc-utils-cos: rename recipe to be different from mmc-utilsMax Krummenacher
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>