[OE-core] [PATCH v2 1/2] license_image.bbclass: Detect broken symlinks

2021-04-26 Thread Reto Schneider
From: Reto Schneider Find and report symlinks which point to a non-existing file. Signed-off-by: Reto Schneider --- Version 2: No changes meta/classes/license_image.bbclass | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/meta/classes/license_image.bbclass

[OE-core] [PATCH v2 2/2] license_image.bbclass: Fix symlink to generic license files

2021-04-26 Thread Reto Schneider
From: Reto Schneider Link to the canonical filename of a license as only this one exists. Fixes commit 670fe71dd18ea675f35581db4a61fda137f8bf00 [license_image.bbclass: use canonical name for license files]. Signed-off-by: Reto Schneider --- Version 2: Fix link to commit meta/classes

[OE-core] [PATCH 1/2] license_image.bbclass: Detect broken symlinks

2021-04-26 Thread Reto Schneider
From: Reto Schneider Find and report symlinks which point to a non-existing file. Signed-off-by: Reto Schneider --- meta/classes/license_image.bbclass | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/meta/classes/license_image.bbclass b/meta/classes

[OE-core] [PATCH 2/2] license_image.bbclass: Fix symlink to generic license files

2021-04-26 Thread Reto Schneider
From: Reto Schneider Link to the canonical filename of a license as only this one exists. Fixes commit 70fe71dd18ea675f35581db4a61fda137f8bf [license_image.bbclass: use canonical name for license files]. Signed-off-by: Reto Schneider --- meta/classes/license_image.bbclass | 5 +++-- 1 file

[OE-core] cve-check: How to convert to JUnit?

2019-03-06 Thread Reto Schneider
Hi I would like to convert the files generated by the cve-check class to the JUnit format so that I can use the findings in my CI (Bamboo). Does anyone know a tool which does it? Kind regards, Reto 0x9D090A915B7B8BD1.asc Description: application/pgp-keys 0x9D090A915B7B8BD1.asc Description:

[OE-core] [PATCH] kernel-uimage.bbclass: Dependency on u-boot-mkimage-native for all uImages

2018-09-18 Thread Reto Schneider
From: Reto Schneider u-boot-mkimage-native is needed to build any type of uImages, be it the uImage target itself or for example uImage.lzma. The dependency however gets only added when at least one of KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE is exactly uImage. Building uImage.bin and