From 405db686d3d1a4ee87c4b6d74062f966570d5887 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 9 Dec 2021 16:39:56 +0100 Subject: ptxdist: version bump 2021.11.0 -> 2021.12.0 A new ptxdist version has been released, update. ptxdist-2021.12.0 has genimage-15 which has a strikter check for partitions that overlay: specify holes in the barebox partition that allow to overlap with MBR. Signed-off-by: Robert Schwebel --- configs/platform-v7a/config/images/riotboard.config | 1 + configs/platform-v7a/config/images/sabrelite.config | 1 + configs/platform-v7a/config/images/udoo-neo.config | 1 + configs/platform-v7a/platformconfig | 5 +++-- 4 files changed, 6 insertions(+), 2 deletions(-) (limited to 'configs/platform-v7a') diff --git a/configs/platform-v7a/config/images/riotboard.config b/configs/platform-v7a/config/images/riotboard.config index 9558af3..32ca817 100644 --- a/configs/platform-v7a/config/images/riotboard.config +++ b/configs/platform-v7a/config/images/riotboard.config @@ -8,6 +8,7 @@ image @IMAGE@ { in-partition-table = false image = "barebox-embest-imx6s-riotboard.img" size = 2M + holes = {"(440; 1K)"} } partition root-A { diff --git a/configs/platform-v7a/config/images/sabrelite.config b/configs/platform-v7a/config/images/sabrelite.config index 6fe4da7..29e6b5f 100644 --- a/configs/platform-v7a/config/images/sabrelite.config +++ b/configs/platform-v7a/config/images/sabrelite.config @@ -8,6 +8,7 @@ image @IMAGE@ { in-partition-table = false image = "barebox-freescale-imx6q-sabrelite.img" size = 2M + holes = {"(440; 1K)"} } partition root-A { diff --git a/configs/platform-v7a/config/images/udoo-neo.config b/configs/platform-v7a/config/images/udoo-neo.config index 6a3a8eb..da67775 100644 --- a/configs/platform-v7a/config/images/udoo-neo.config +++ b/configs/platform-v7a/config/images/udoo-neo.config @@ -8,6 +8,7 @@ image @IMAGE@ { in-partition-table = false image = "barebox-udoo-neo.img" size = 2M + holes = {"(440; 1K)"} } partition root-A { diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 8451fe5..4a89368 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.11.0 +# PTXdist 2021.12.0 # PTXCONF__platformconfig_MAGIC__=y @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a" PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" PTXCONF_RUNTIME=y PTXCONF_BUILDTIME=y -PTXCONF_PLATFORMCONFIG_VERSION="2021.11.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.12.0" # # architecture @@ -104,6 +104,7 @@ PTXCONF_TARGET_DEBUG_KEEP=y # PTXCONF_TARGET_DEBUG_ENABLE is not set # PTXCONF_TARGET_DEBUG_FULL is not set # PTXCONF_TARGET_COMPILER_RECORD_SWITCHES is not set +# PTXCONF_TARGET_NO_SEMANTIC_INTERPOSITION is not set PTXCONF_TARGET_BUILD_ID=y PTXCONF_TARGET_EXTRA_CPPFLAGS="" PTXCONF_TARGET_EXTRA_CFLAGS="" -- cgit v1.2.3