mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion
* re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes which were introduced by: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=9ea1041f8eab26ee871a9176e9691e5d3e6745bd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
inherit image_types
|
||||
|
||||
CONVERSIONTYPES += "sparse"
|
||||
CONVERSION_CMD_sparse() {
|
||||
CONVERSION_CMD:sparse() {
|
||||
in="${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}"
|
||||
out="${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}.sparse"
|
||||
case "${type}" in
|
||||
|
||||
Reference in New Issue
Block a user