[yocto] Custom image type with dependencies

2018-10-01 Thread Jef Driesen
Hi, We use a gpg signed tarball as our image format. This is implemented using CONVERSIONTYPES: CONVERSIONTYPES += "gpg" CONVERSION_CMD_gpg = "gpg --batch --yes -s ${IMAGE_NAME}.rootfs.${type}" CONVERSION_DEPENDS_gpg = "gnupg" And then in the image recipe: IMAGE_FSTYPES += "tar tar.gpg" Thi

[yocto] [PATCH] msbuild: add ca-certificates for curl

2018-09-24 Thread Jef Driesen
build. Signed-off-by: Jef Driesen --- recipes-mono/msbuild/msbuild_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-mono/msbuild/msbuild_git.bb b/recipes-mono/msbuild/msbuild_git.bb index 8a89543..6a6761a 100644 --- a/recipes-mono/msbuild/msbuild_git.bb +++ b/re