From 2ca5ab1470ccf42fc5dbd5e7feebbcb8a34e5188 Mon Sep 17 00:00:00 2001 From: Janko Uehlinger Date: Fri, 29 Sep 2023 07:38:55 +0200 Subject: [PATCH] fix path in the setup_env script --- data/scripts/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/setup_env.sh b/data/scripts/setup_env.sh index 6309286..5b37e1d 100755 --- a/data/scripts/setup_env.sh +++ b/data/scripts/setup_env.sh @@ -1,5 +1,5 @@ # Setup the build environment from the stm32 distribution package -cd openstlinux-5.10-dunfell-mp1-21-03-31/ +cd openstlinux-kirkstone/ DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh # Add the meta-aurora layer