Re: [yocto] Shell function not expanding variable

2022-11-11 Thread Ross Burton
On 10 Nov 2022, at 15:18, Maik Vermeulen via lists.yoctoproject.org wrote: > > Hi, > > We have a shell function that's being called from a do_install task: > custom_install() { > DIR=$1 > echo "Operating on '${DIR}'" > > install -m 0644 ${S}/$DIR/ \ >

[yocto] [PATCH yocto-autobuilder-helper] config: set MACHINE=qemuarm64 for oe-selftest-armhost

2022-11-11 Thread Ross Burton
Many of the oe-selftest test cases boot up an image in qemu, but if the host can't use KVM to accelerate the guest then the tests take a lot longer and may randomly timeout. Now that oe-selftest can run for qemuarm64[1], switch the oe-selftest-armhost to use qemuarm64 so that KVM can be used. This

[yocto] [yocto-autobuilder-helper][langdale] config.json: use meta-agl master branch rather than next branch

2022-11-11 Thread Steve Sakoman
langdale is no longer supported on the next branch Signed-off-by: Steve Sakoman --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9dcc1db..694cbfd 100644 --- a/config.json +++ b/config.json @@ -1258,7 +1258,7 @@ },