[OE-core] [PATCH] base: Unpack .7z files with p7zip

2023-12-08 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- meta/classes-global/base.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass index ac84312a87fc..0999b42daaa8 100644 --- a/meta/classes-global/base.bbclass +++ b/meta/classes-global

[OE-core] [PATCH] archiver: Fix typos

2021-04-08 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- meta/classes/archiver.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 858507b343..a3962306b1 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes

[OE-core] [PATCH] wic: fix typo

2020-08-05 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- scripts/lib/wic/plugins/source/bootimg-partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg-partition.py index 138986a71e..5dbe2558d2 100644

[OE-core] [PATCH] image.bbclass: improve wording when image size exceeds the specified limit

2020-07-20 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- meta/classes/image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 694b58fc9f..3b5600e550 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass

[OE-core] go-dev and go-runtime-dev overlapping files

2020-05-28 Thread Daniel Ammann
Hi According to commit 60dcae509a210f2cae8eda525a1b006663aef9bf, there shouldn't be conflicting files in packages, say go-dev and go-runtime-dev. As far as I know, this is generally true. There are however many overlapping files in /usr/lib/go/src/cmd/. Should the recipe for go-runtime modified

[OE-core] [PATCH] dhex: Add new recipe

2019-09-18 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- meta/recipes-support/dhex/dhex_0.69.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-support/dhex/dhex_0.69.bb diff --git a/meta/recipes-support/dhex/dhex_0.69.bb b/meta/recipes-support/dhex/dhex_0.69.bb new

[OE-core] [PATCH] image_types: Remove remnants of hdddirect

2019-07-23 Thread Daniel Ammann
hdddirect was removed in commit 929ba563f1bc7195c4981b8e139c432b2cc388ea. Signed-off-by: Daniel Ammann --- meta/classes/image_types.bbclass | 2 +- meta/classes/syslinux.bbclass| 5 - scripts/runqemu | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a