[OE-core] [meta-oe][PATCH] bzip2: set the autoconf package version to the recipe version

2019-08-05 Thread Andreas Obergschwandtner
This is done to require only a single version change if bzip2 is updated and fixes also setting package version 1.0.6 for bzip2 1.0.8. Signed-off-by: Andreas Obergschwandtner --- meta/recipes-extended/bzip2/bzip2/configure.ac | 2 +- meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 4 2

[OE-core] [oe-core][PATCH] uboot-sign: add support for different u-boot configurations

2019-04-11 Thread Andreas Obergschwandtner
This is done by concatenating the DTB with the kernels public key to all built u-boot binaries. Furthermore the installation of all the binaries is required. Signed-off-by: Andreas Obergschwandtner --- meta/classes/uboot-sign.bbclass | 85 + 1 file changed, 54