Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -1,7 +1,7 @@
From 0f5e1658c05746b17f05a1bade263cad19b37e79 Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Thu, 22 Jan 2015 15:20:25 +0100
Subject: [PATCH 1/6] configure: Remove "Check C compiler type (optimization
Subject: [PATCH] configure: Remove "Check C compiler type (optimization
options)"
This test force optimization to -O3

View File

@@ -1,7 +1,7 @@
From fc5c889131ff6270e1028cc7edd87e7f10a7da6d Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Thu, 22 Jan 2015 15:21:31 +0100
Subject: [PATCH 2/6] configure: Don't use host CPP
Subject: [PATCH] configure: Don't use host CPP
CPP is redefined if a cpp binary (/lib/cpp) is found on the host.

View File

@@ -1,7 +1,7 @@
From 93189390de7322da78bc5b807f4cadaff46393c9 Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Thu, 22 Jan 2015 22:45:30 +0100
Subject: [PATCH 3/6] Makefile: Use CFLAGS from command line
Subject: [PATCH] Makefile: Use CFLAGS from command line
Replace CFLAGS_NOOPT by CFLAGS when calling unix/configure script
to create 'flags' file which contains all variables used to build

View File

@@ -1,7 +1,7 @@
From 5c58b8737dc9ccf9407f6725f6f07b764d6abb22 Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Thu, 22 Jan 2015 23:47:55 +0100
Subject: [PATCH 4/6] configure: use LDFLAGS from command line
Subject: [PATCH] configure: use LDFLAGS from command line
The bzip2 support may not enabled due to a build error
during the checking for bzip2 library.

View File

@@ -1,7 +1,7 @@
From d8da4e5f0ebed000f880e60b6cca7c575f7ed1c7 Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Fri, 23 Jan 2015 22:13:14 +0100
Subject: [PATCH 5/6] unix/configure: remove GID/UID size check
Subject: [PATCH] unix/configure: remove GID/UID size check
This check can't work for cross-compilation since it
try to run a target's binary on the host system.

View File

@@ -1,7 +1,7 @@
From fc392c939b9a18959482f588aff0afc29dd6d30a Mon Sep 17 00:00:00 2001
From: Romain Naour <romain.naour@openwide.fr>
Date: Fri, 23 Jan 2015 22:20:18 +0100
Subject: [PATCH 6/6] unix/configure: borrow the LFS test from autotools.
Subject: [PATCH] unix/configure: borrow the LFS test from autotools.
Infozip's LFS check can't work for cross-compilation
since it try to run a target's binary on the host system.

View File

@@ -1,3 +1,3 @@
# Locally calculated from download (no sig, hash)
sha256 f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 zip30.tgz
sha256 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110 LICENSE
sha256 f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 zip30.tgz
sha256 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110 LICENSE

View File

@@ -11,7 +11,6 @@ ZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
ZIP_LICENSE = Info-ZIP
ZIP_LICENSE_FILES = LICENSE
ZIP_CPE_ID_VENDOR = info-zip_project
ZIP_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_BZIP2),y)
ZIP_DEPENDENCIES += bzip2
@@ -41,11 +40,6 @@ define ZIP_INSTALL_TARGET_CMDS
prefix=$(TARGET_DIR)/usr
endef
define ZIP_INSTALLING_STAGING_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) -f unix/Makefile install \
prefix=$(STAGING_DIR)/usr
endef
define HOST_ZIP_BUILD_CMDS
$(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) \
CFLAGS="$(HOST_CFLAGS) $(ZIP_CFLAGS)" \