[yocto] How does one add do_fetch, do_unpack to an image recipe?

2021-08-06 Thread John Klug
I am using dunfell. In the documentation I see: https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#unsetting-variables In case some filter removes the yocto URL, I am referring to:

[yocto] [meta-rockchip][PATCH] rockchip-gpt-img: fix for new override syntax

2021-08-06 Thread Trevor Woerner
It looks like I missed a case for the new bitbake override syntax. My tests weren't done from a fresh build so either a preexisting image was still available, or the unfixed syntax caused a race. Signed-off-by: Trevor Woerner --- classes/rockchip-gpt-img.bbclass | 2 +- 1 file changed, 1

Re: [yocto] [meta-openssl102][PATCH 1/2] layer.conf: add honister to LAYERSERIES_COMPAT

2021-08-06 Thread Mark Hatle
I'll get this staged later today. Thanks for running the conversion. On 8/6/21 2:09 AM, Yi Zhao wrote: > Signed-off-by: Yi Zhao > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index 4ea1009..2997785 100644 >

[yocto] [meta-openssl102-fips][PATCH 3/3] meta-openssl102-fips: convert to new override syntax

2021-08-06 Thread Yi Zhao
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-openssl102-fips Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao --- README.build | 8

[yocto] [meta-openssl102-fips][PATCH 2/3] openssh: refresh patches for 8.6p1

2021-08-06 Thread Yi Zhao
Refresh patches: 0001-openssh-8.6p1-fips.patch 0001-conditional-enable-fips-mode.patch Signed-off-by: Yi Zhao --- .../0001-conditional-enable-fips-mode.patch | 38 +++-- ...ps.patch => 0001-openssh-8.6p1-fips.patch} | 55 ++-

[yocto] [meta-openssl102-fips][PATCH 1/3] layer.conf: add honister to LAYERSERIES_COMPAT

2021-08-06 Thread Yi Zhao
Signed-off-by: Yi Zhao --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 01026f0..fc1dcbd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,7 @@ BBFILE_PRIORITY_meta-openssl-one-zero-two-fips = "5"

[yocto] [meta-openssl102][PATCH 1/2] layer.conf: add honister to LAYERSERIES_COMPAT

2021-08-06 Thread Yi Zhao
Signed-off-by: Yi Zhao --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4ea1009..2997785 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,7 @@ BBFILE_PRIORITY_meta-openssl-one-zero-two = "5"

[yocto] [meta-openssl102][PATCH 2/2] meta-openssl102: convert to new override syntax

2021-08-06 Thread Yi Zhao
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-openssl102 Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao --- .../openssl/openssl_1.0.2u.bb | 44 +-- 1 file