From ec346a7b8db916bebdc8723d0d82842bfbaae105 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 5 May 2022 14:01:36 +0200 Subject: [PATCH] update to newer SDK --- configure/os/CONFIG.Common.yocto21-aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.yocto21-aarch64 b/configure/os/CONFIG.Common.yocto21-aarch64 index 7a06651ef..3cc1fe1dc 100644 --- a/configure/os/CONFIG.Common.yocto21-aarch64 +++ b/configure/os/CONFIG.Common.yocto21-aarch64 @@ -6,7 +6,7 @@ include $(CONFIG)/os/CONFIG.Common.linuxCommon ARCH_CLASS = arm64 SDK = petalinux -SDK_DIR = /opt/petalinux-gfa/2017.2 +SDK_DIR = /opt/petalinux-gfa/2018.1 SDK_HOST_ARCH = $(GNU_HOST_ARCH_64)-$(SDK)-$(GNU_HOST_OS) SDK_TARGET = aarch64-xilinx-linux GNU_TARGET = $(SDK_TARGET)