diff --git a/recipes-containers/buildah/buildah/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch b/recipes-containers/buildah/buildah/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch index 2d64a8bc..9b895c53 100644 --- a/recipes-containers/buildah/buildah/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch +++ b/recipes-containers/buildah/buildah/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch @@ -5,6 +5,8 @@ Subject: [PATCH] fix: workaround field rename in btrfs-progs 6.1 same as kdave/btrfs-progs@0345143 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rui Chen --- drivers/btrfs/btrfs.go | 5 ++++- diff --git a/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch b/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch index b499de5d..62580c6c 100644 --- a/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch +++ b/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch @@ -8,6 +8,8 @@ definition of trimpath is for older go versions and is using the complete path for trimming. If the variable is captured in the resulting binary, we have a reproducibility and QA issue. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 1 - diff --git a/recipes-containers/containerd/files/0001-build-use-oe-provided-GO-and-flags.patch b/recipes-containers/containerd/files/0001-build-use-oe-provided-GO-and-flags.patch index 95f23172..20647c01 100644 --- a/recipes-containers/containerd/files/0001-build-use-oe-provided-GO-and-flags.patch +++ b/recipes-containers/containerd/files/0001-build-use-oe-provided-GO-and-flags.patch @@ -7,6 +7,8 @@ We want to use the go compiler as defined in the oe-enviroment, not the generic call to 'go'. Without changing this, we'll get things like cgo errors and invalid flag combos. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 8 ++++---- diff --git a/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch b/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch index 4328647d..50a36eec 100644 --- a/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch +++ b/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 7 Jun 2022 15:42:22 -0400 Subject: [PATCH] Makefile: force symlinks +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 2 +- diff --git a/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch b/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch index 2cad7645..19b48b71 100644 --- a/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch +++ b/recipes-containers/cri-tools/cri-tools/0001-build-allow-environmental-CGO-settings-and-pass-dont.patch @@ -28,6 +28,8 @@ https://www.yoctoproject.org/pipermail/meta-virtualization/2019-March/004084.htm We introduce '-a -pkgdir dontusecurrentpkgs' to mask/fix the problem, and continue to work towards non-static builds. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- src/import/Makefile | 3 ++- diff --git a/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch index 43e27044..dd33b1bd 100644 --- a/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch +++ b/recipes-containers/criu/files/0001-criu-Skip-documentation-install.patch @@ -5,6 +5,8 @@ Subject: [PATCH 1/3] criu: Skip documentation install asciidoc is needed to generate CRIU documentation, so skip it in install. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jianchuan Wang --- Makefile.install | 2 +- diff --git a/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch b/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch index ad8c9f18..1a1beafd 100644 --- a/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch +++ b/recipes-containers/criu/files/0002-criu-Change-libraries-install-directory.patch @@ -5,6 +5,8 @@ Subject: [PATCH 2/3] criu: Change libraries install directory Install the libraries into /usr/lib(or /usr/lib64) +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jianchuan Wang Signed-off-by: Mark Asselstine diff --git a/recipes-containers/criu/files/0003-lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch b/recipes-containers/criu/files/0003-lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch index 210fbe7c..0f87e366 100644 --- a/recipes-containers/criu/files/0003-lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch +++ b/recipes-containers/criu/files/0003-lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch @@ -7,6 +7,8 @@ I am not sure why Yocto installs python modules in arch specific /usr/libXX directories but it does. Allow the recipe to pass this via INSTALL_LIB. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- lib/Makefile | 2 +- diff --git a/recipes-containers/criu/files/0004-criu-fix-conflicting-headers.patch b/recipes-containers/criu/files/0004-criu-fix-conflicting-headers.patch index fa4cecd6..f03f51da 100644 --- a/recipes-containers/criu/files/0004-criu-fix-conflicting-headers.patch +++ b/recipes-containers/criu/files/0004-criu-fix-conflicting-headers.patch @@ -25,6 +25,8 @@ with local include to avoid conflicts with ``. Fixes: #1949 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Radostin Stoyanov --- Makefile.config | 2 +- diff --git a/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch b/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch index 393b167f..f97a60ca 100644 --- a/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch +++ b/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch @@ -6,6 +6,8 @@ Subject: [PATCH] build: use to use cross go compiler We shouldn't be invoking 'go' as the compiler, but instead use ${GO} which tracks our cross build go compiler for the architecture. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 2 +- diff --git a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch index d68de1cf..3814a0c2 100644 --- a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch +++ b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Thu, 15 Apr 2021 11:28:05 -0400 Subject: [PATCH] cli: use external GO111MODULE and cross compiler +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- git/cli/scripts/build/binary | 3 +-- diff --git a/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch b/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch index c6edaf46..c19d9f50 100644 --- a/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch +++ b/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 30 Jun 2020 22:23:33 -0400 Subject: [PATCH] dynbinary: use go cross compiler +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- hack/make/.binary | 2 +- diff --git a/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch b/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch index b9b41de5..10b180b6 100644 --- a/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch +++ b/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch @@ -6,6 +6,8 @@ Subject: [PATCH] libnetwork: use $(GO) instead of go Ensure that the libnetwork makefile uses the go cross flags and utilities. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 14 +++++++------- diff --git a/recipes-containers/kubernetes/kubernetes/0001-build-golang.sh-convert-remaining-go-calls-to-use.patch b/recipes-containers/kubernetes/kubernetes/0001-build-golang.sh-convert-remaining-go-calls-to-use.patch index 8c6644a3..fed777b9 100644 --- a/recipes-containers/kubernetes/kubernetes/0001-build-golang.sh-convert-remaining-go-calls-to-use.patch +++ b/recipes-containers/kubernetes/kubernetes/0001-build-golang.sh-convert-remaining-go-calls-to-use.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Wed, 12 Aug 2020 16:01:49 +0000 Subject: [PATCH] build/golang.sh: convert remaining 'go' calls to use +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- hack/lib/golang.sh | 8 ++++---- diff --git a/recipes-containers/kubernetes/kubernetes/0001-cross-don-t-build-tests-by-default.patch b/recipes-containers/kubernetes/kubernetes/0001-cross-don-t-build-tests-by-default.patch index 2758fb39..c24088f1 100644 --- a/recipes-containers/kubernetes/kubernetes/0001-cross-don-t-build-tests-by-default.patch +++ b/recipes-containers/kubernetes/kubernetes/0001-cross-don-t-build-tests-by-default.patch @@ -10,6 +10,8 @@ In our case, we are cross building and can't build the server test components without error. As such, we patch the targets out of the script to allow a successful build. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- hack/make-rules/cross.sh | 4 ++-- diff --git a/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch b/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch index fee3b61a..a1e5fb67 100644 --- a/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch +++ b/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch @@ -7,6 +7,8 @@ This is being mistaken for a valid, non compat index .. and we never try for the one that exists (the index without a compatibility extension). So we just drop the compat try for now. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- templates/lxc-download.in | 8 ++------ diff --git a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch index 6702b69e..ea7bee9b 100644 --- a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch +++ b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch @@ -3,6 +3,8 @@ From: Bogdan Purcareata Date: Mon, 8 Apr 2013 18:30:19 +0300 Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template +Upstream-Status: Inappropriate [embedded specific] + --- templates/lxc-busybox.in | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch b/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch index 56ff2f07..1970fdd2 100644 --- a/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch +++ b/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch @@ -16,6 +16,8 @@ changes here to at least have the template work with core-image-minimal to be able to demonstrate that it can work as well as to have it available for the ptests. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- diff --git a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch index 3c96c5e0..ff5c5f65 100644 --- a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch +++ b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch @@ -5,6 +5,8 @@ Subject: [PATCH] download: Use curl instead of wget When curl's MIT license is preferable to wget's GPLv3. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Joakim Roubert Signed-off-by: Yanfei Xu Signed-off-by: Bruce Ashfield diff --git a/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch b/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch index e5a8011e..3a4855c8 100644 --- a/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch +++ b/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch @@ -8,6 +8,8 @@ template) we can't compare '/sbin/init' and 'busybox'. Actually we are really only interested in the fact 'cmp' is being run and not the result, so simplify by comparing '/sbin/init' to itself. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- diff --git a/recipes-containers/lxcfs/files/systemd-allow-for-distinct-build-directory.patch b/recipes-containers/lxcfs/files/systemd-allow-for-distinct-build-directory.patch index 14228d65..4d93cc3e 100644 --- a/recipes-containers/lxcfs/files/systemd-allow-for-distinct-build-directory.patch +++ b/recipes-containers/lxcfs/files/systemd-allow-for-distinct-build-directory.patch @@ -10,6 +10,8 @@ distinct build directory. As such we get the error: Make use of $(srcdir) to correct this. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- config/init/systemd/Makefile.am | 2 +- diff --git a/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch b/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch index e8af4a0a..9f6f338d 100644 --- a/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch +++ b/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch @@ -5,6 +5,8 @@ Subject: [PATCH] systemd: ensure /var/lib/lxcfs exists If the directory doesn't exist the service will fail to start. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- config/init/systemd/lxcfs.service | 1 + diff --git a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch index 0661dd81..d802a3aa 100644 --- a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch +++ b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Mon, 29 Mar 2021 20:50:47 -0400 Subject: [PATCH] Makefile: allow external specification of build settings +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 3 ++- diff --git a/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch b/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch index b61d4f49..10371af3 100644 --- a/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch +++ b/recipes-containers/oci-image-tools/files/0001-config-make-Config.User-mapping-errors-a-warning.patch @@ -7,6 +7,8 @@ Rather than throwing an error if we can't map a user to a uid, output a warning. We aren't actually running the code, but are just extracting it .. so the user not existing isn't an issue. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- image/config.go | 2 +- diff --git a/recipes-containers/oci-image-tools/files/0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch b/recipes-containers/oci-image-tools/files/0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch index 65c2929a..90337aa4 100644 --- a/recipes-containers/oci-image-tools/files/0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch +++ b/recipes-containers/oci-image-tools/files/0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch @@ -8,6 +8,8 @@ build flags from our environemnt. Otherwise, we'll use the host settings for each and end up with a binary that cannot be run on the target. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 2 +- diff --git a/recipes-containers/oci-runtime-tools/files/0001-Revert-implement-add-set-function-for-hooks-items.patch b/recipes-containers/oci-runtime-tools/files/0001-Revert-implement-add-set-function-for-hooks-items.patch index 99a9310b..abfd0dfb 100644 --- a/recipes-containers/oci-runtime-tools/files/0001-Revert-implement-add-set-function-for-hooks-items.patch +++ b/recipes-containers/oci-runtime-tools/files/0001-Revert-implement-add-set-function-for-hooks-items.patch @@ -4,6 +4,9 @@ Date: Wed, 20 Sep 2017 23:28:52 -0400 Subject: [PATCH] Revert "implement add/set function for hooks items" This reverts commit df3a46feb971386f922c7c2c2822b88301f87cb0. + +Upstream-Status: Inappropriate [embedded specific] + --- cmd/oci-runtime-tool/generate.go | 12 ++++++------ generate/generate.go | 42 ++++++---------------------------------- diff --git a/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch b/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch index 1c4addab..06db99fd 100644 --- a/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch +++ b/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 30 Jun 2020 23:47:08 -0400 Subject: [PATCH] build: use for cross compiler +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- a/Makefile | 4 ++-- diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch index 34f0c09e..388eda3d 100644 --- a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch +++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch @@ -3,6 +3,8 @@ From: Jason Wessel Date: Tue, 2 Jul 2019 20:51:08 +0000 Subject: [PATCH] Add additional cgroup mounts from root NS automatically +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jason Wessel --- src/systemdhook.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-configure-drop-selinux-support.patch b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-configure-drop-selinux-support.patch index 510126e4..fc9236b5 100644 --- a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-configure-drop-selinux-support.patch +++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-configure-drop-selinux-support.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 8 Nov 2016 13:16:19 -0500 Subject: [PATCH] configure: drop selinux support +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- configure.ac | 1 - diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-selinux-drop-selinux-support.patch b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-selinux-drop-selinux-support.patch index a3ec57df..d2b19285 100644 --- a/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-selinux-drop-selinux-support.patch +++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook/0001-selinux-drop-selinux-support.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 8 Nov 2016 13:15:46 -0500 Subject: [PATCH] selinux: drop selinux support +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- src/systemdhook.c | 12 ------------ diff --git a/recipes-containers/podman-tui/podman-tui/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch b/recipes-containers/podman-tui/podman-tui/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch index 2d64a8bc..9b895c53 100644 --- a/recipes-containers/podman-tui/podman-tui/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch +++ b/recipes-containers/podman-tui/podman-tui/0001-fix-workaround-field-rename-in-btrfs-progs-6.1.patch @@ -5,6 +5,8 @@ Subject: [PATCH] fix: workaround field rename in btrfs-progs 6.1 same as kdave/btrfs-progs@0345143 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rui Chen --- drivers/btrfs/btrfs.go | 5 ++++- diff --git a/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch b/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch index 9432c63c..9c6c124c 100644 --- a/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch +++ b/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Tue, 30 Jun 2020 23:58:22 -0400 Subject: [PATCH] build: use to select cross compiler +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- git/Makefile | 10 +++++----- diff --git a/recipes-containers/runc/files/0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch b/recipes-containers/runc/files/0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch index 4d35e58e..bb4af36b 100644 --- a/recipes-containers/runc/files/0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch +++ b/recipes-containers/runc/files/0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch @@ -4,6 +4,8 @@ Date: Tue, 24 Aug 2021 11:38:23 -0400 Subject: [PATCH] Makefile: respect GOBUILDFLAGS for runc and remove recvtty from static +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Chen Qi [bva: refreshed for release 1.0.2] Signed-off-by: Bruce Ashfield diff --git a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch index bcf4c103..cb0ddc37 100644 --- a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch +++ b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch @@ -7,6 +7,8 @@ This allows for setting up a detached session where you do not want to set the terminal to false in the config.json. More or less this is a runtime override. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jason Wessel --- utils_linux.go | 5 +++++ diff --git a/recipes-containers/runc/runc-docker/0001-runc-docker-SIGUSR1-daemonize.patch b/recipes-containers/runc/runc-docker/0001-runc-docker-SIGUSR1-daemonize.patch index 4350c40f..d3d1134b 100644 --- a/recipes-containers/runc/runc-docker/0001-runc-docker-SIGUSR1-daemonize.patch +++ b/recipes-containers/runc/runc-docker/0001-runc-docker-SIGUSR1-daemonize.patch @@ -23,6 +23,8 @@ is set. because it was blocking until runc performed everything it was required to perform. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jason Wessel --- signals.go | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- diff --git a/recipes-containers/singularity/singularity/0001-Use-python3.patch b/recipes-containers/singularity/singularity/0001-Use-python3.patch index dbfe06e4..5af21719 100644 --- a/recipes-containers/singularity/singularity/0001-Use-python3.patch +++ b/recipes-containers/singularity/singularity/0001-Use-python3.patch @@ -8,6 +8,8 @@ Subject: [PATCH] Use python3 | configure: error: Please install python before installing. | WARNING: exit code 1 from a shell command. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- configure.ac | 6 +++--- diff --git a/recipes-containers/singularity/singularity/0001-configure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch b/recipes-containers/singularity/singularity/0001-configure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch index d5744a23..55ee83e4 100644 --- a/recipes-containers/singularity/singularity/0001-configure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch +++ b/recipes-containers/singularity/singularity/0001-configure.ac-drop-2nd-AM_INIT_AUTOMAKE.patch @@ -15,6 +15,8 @@ Subject: [PATCH] configure.ac: drop 2nd AM_INIT_AUTOMAKE whole autotools support is removed in version 3 (currently 3.8.5) with: https://github.com/hpcng/singularity/commit/a06e3d13a822080d7a9bc55085ee1bb32026a96e +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- configure.ac | 7 +++---- diff --git a/recipes-containers/skopeo/files/0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch b/recipes-containers/skopeo/files/0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch index 4129e8b6..8051dfba 100644 --- a/recipes-containers/skopeo/files/0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch +++ b/recipes-containers/skopeo/files/0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch @@ -6,6 +6,8 @@ Subject: [PATCH] makefile: add GOBUILDFLAGS to go build call We may need to specify things like -trimpath, so add $(GOBUILDFLAGS) to allow them to be passed from the recipe to the Makefile. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- src/import/Makefile | 2 +- diff --git a/recipes-containers/sloci-image/sloci-image/0001-sloci-image-fix-variant-quoting.patch b/recipes-containers/sloci-image/sloci-image/0001-sloci-image-fix-variant-quoting.patch index 5cb35830..85aa6205 100644 --- a/recipes-containers/sloci-image/sloci-image/0001-sloci-image-fix-variant-quoting.patch +++ b/recipes-containers/sloci-image/sloci-image/0001-sloci-image-fix-variant-quoting.patch @@ -11,6 +11,8 @@ needing to figure out the quote escaping. No changes in the output, except a properly quoted "variant" when a variant is defined. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- sloci-image | 3 ++- diff --git a/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch b/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch index b92abeb3..dde63478 100644 --- a/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch +++ b/recipes-core/kata-containers/kata-runtime/0001-makefile-allow-SKIP_GO_VERSION_CHECK-to-be-overriden.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Wed, 7 Oct 2020 23:29:52 -0400 Subject: [PATCH] makefile: allow SKIP_GO_VERSION_CHECK to be overriden +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- Makefile | 2 +- diff --git a/recipes-core/runx/runx/0001-make-initrd-allow-externally-provided-busybox.patch b/recipes-core/runx/runx/0001-make-initrd-allow-externally-provided-busybox.patch index 3c7e97c2..3eaa4bf4 100644 --- a/recipes-core/runx/runx/0001-make-initrd-allow-externally-provided-busybox.patch +++ b/recipes-core/runx/runx/0001-make-initrd-allow-externally-provided-busybox.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Fri, 26 Mar 2021 10:55:49 -0400 Subject: [PATCH] make-initrd: allow externally provided busybox +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- initrd/make-initrd | 24 ++++++++++++++++++++---- diff --git a/recipes-core/runx/runx/0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch b/recipes-core/runx/runx/0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch index 98c9bcfd..c6f4443e 100644 --- a/recipes-core/runx/runx/0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch +++ b/recipes-core/runx/runx/0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Fri, 26 Mar 2021 10:15:24 -0400 Subject: [PATCH] make-kernel: bump to v5.4.104 for gcc10+ fixes +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- kernel/make-kernel | 2 +- diff --git a/recipes-core/runx/runx/0001-make-kernel-cross-compilation-tweaks.patch b/recipes-core/runx/runx/0001-make-kernel-cross-compilation-tweaks.patch index 2821b61b..798f616a 100644 --- a/recipes-core/runx/runx/0001-make-kernel-cross-compilation-tweaks.patch +++ b/recipes-core/runx/runx/0001-make-kernel-cross-compilation-tweaks.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Mon, 16 Dec 2019 20:42:04 -0800 Subject: [PATCH] make-kernel: cross-compilation tweaks +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- kernel/make-kernel | 41 +++++++++++++++++++++++++++++++++-------- diff --git a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch index 6d6b0af4..eb634f3d 100644 --- a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch +++ b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch @@ -1,11 +1,13 @@ From 4db28c98481056c41097f808335c37e8517fe485 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 7 Aug 2020 23:39:18 -0400 -Subject: [PATCH] build: use instead of 'go' +Subject: [PATCH] build: use ${GO} instead of 'go' While we can get away with 'go' if the host/target arch match, the new go-binary toolchain blows up in a cross compile situation. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- gobuild/Makefile | 4 ++-- diff --git a/recipes-devtools/python/python3-newrelic/0001-setup.py-tweak-setuptools_scm-version-dependency.patch b/recipes-devtools/python/python3-newrelic/0001-setup.py-tweak-setuptools_scm-version-dependency.patch index 7ec705bc..75fb6558 100644 --- a/recipes-devtools/python/python3-newrelic/0001-setup.py-tweak-setuptools_scm-version-dependency.patch +++ b/recipes-devtools/python/python3-newrelic/0001-setup.py-tweak-setuptools_scm-version-dependency.patch @@ -9,6 +9,8 @@ not trivial or something we want to do. So we tweak the version to accept what we have in oe-core. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- setup.py | 2 +- diff --git a/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch b/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch index 5c9c1e6f..c56f7b1d 100644 --- a/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch +++ b/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch @@ -11,6 +11,8 @@ So rather than checking for install to be argv[1], we check for it anywhere in the arguments are trigger the template replacement to happen. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- setup.py | 2 +- diff --git a/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch b/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch index e96b5cbd..96c6766e 100644 --- a/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch +++ b/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch @@ -9,7 +9,7 @@ Subject: [PATCH] setup.py respect udevdir variable because of: /lib/udev/rules.d/66-azure-ephemeral.rules -Upstream-Status: Pending +Upstream-Status: [Pending] Signed-off-by: Martin Jansa --- diff --git a/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch b/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch index 869fb311..0b396781 100644 --- a/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch +++ b/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Thu, 6 Mar 2014 01:55:09 -0500 Subject: [PATCH] cloud-init: source local lsb functions +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- sysvinit/debian/cloud-config | 1 + diff --git a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch index fc7fdd59..85f3aef8 100644 --- a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch +++ b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch @@ -3,6 +3,8 @@ From: Martin Jansa Date: Fri, 14 May 2021 06:30:18 -0700 Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- cpp/Makefile | 2 +- diff --git a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch index d6e79999..e009e01a 100644 --- a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch +++ b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch @@ -17,6 +17,9 @@ these will execute at the same time and race. mv: cannot stat 'tmp.h': No such file or directory By using gperf --output-file, the race is avoided entirely. + +Upstream-Status: Inappropriate [embedded specific] + --- cpp/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch b/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch index e6f7ece2..93f7deef 100644 --- a/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch +++ b/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch @@ -13,10 +13,7 @@ since v2.28. [Commit ID: e16deca62e16f] And then glibc suggestions us to include directly if code needs it. -Upstream-Status: Submitted -[diod: -mail: v9fs-developer@lists.sourceforge.net -author: hongzhi.song@windriver.com] +Upstream-Status: [Submitted] Signed-off-by: Hongzhi.Song --- diff --git a/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch b/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch index 8b70d8fa..4931a19b 100644 --- a/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch +++ b/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch @@ -3,13 +3,13 @@ From: Changqing Li Date: Mon, 26 Aug 2019 18:00:39 +0800 Subject: [PATCH] drod: add option to config systemddir -Upstream-Status: Pending - Not need to send upstream, since upstream have refactor related code, but not released. and this version release 4 years ago, not proper to just backport one or more commits, this patch maybe could be dropped after upgrade. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Changqing Li --- configure.ac | 9 +++++++++ diff --git a/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch b/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch index 65d6ff6b..13e0a86e 100644 --- a/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch +++ b/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch @@ -3,7 +3,7 @@ From: Roy Li Date: Thu, 22 Jun 2017 06:32:30 +0000 Subject: [PATCH 2/2] auto.diod.in: remove bashisms -Upstream-Status: Pending +Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Roy Li --- diff --git a/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch b/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch index 091ce3cf..d48e2647 100644 --- a/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch +++ b/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch @@ -46,6 +46,8 @@ container.c:176:4: note: 'sprintf' output 9 or more bytes (assuming 520) into a sprintf(volume, "/%s/_data/%s", path, filevolume); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jason Wessel --- diff --git a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch index 6fa58580..0118e2e5 100644 --- a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch +++ b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch @@ -7,7 +7,7 @@ Subject: [PATCH] [build] Be explicit about -fcommon compiler directive gcc10 switched default behavior from -fcommon to -fno-common. Since "__shared" relies on the legacy behavior, explicitly specify it. -Upstream-Status: backport +Upstream-Status: [backport] Signed-off-by: Bruce Rogers Modified-by: Michael Brown diff --git a/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch b/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch index 865e9bbb..9db7b6a1 100644 --- a/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch +++ b/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 1dd1479..13f44dd 100644 --- a/Makefile.housekeeping diff --git a/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch b/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch index 62e8e9df..8a78e7af 100644 --- a/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch +++ b/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch @@ -9,6 +9,8 @@ The flexboot_nodnic code defines nodnic_queue_pair_type with values identical to those of ib_queue_pair_type, and implicitly casts between them. Add an explicit cast to fix the warning. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Michael Brown --- src/drivers/infiniband/flexboot_nodnic.c | 6 ++++-- diff --git a/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch b/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch index e424d220..c76fe1ce 100644 --- a/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch +++ b/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch @@ -8,6 +8,8 @@ for the unsized raw dword array in union intelvf_msg. Avoid the warning by embedding the zero-length array within a struct. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Michael Brown --- src/drivers/net/intelvf.c | 18 ++++++++++-------- diff --git a/recipes-extended/irqbalance/irqbalance/add-initscript.patch b/recipes-extended/irqbalance/irqbalance/add-initscript.patch index b0e608e6..91a79d7e 100644 --- a/recipes-extended/irqbalance/irqbalance/add-initscript.patch +++ b/recipes-extended/irqbalance/irqbalance/add-initscript.patch @@ -6,6 +6,8 @@ Subject: [PATCH] irqbalance: add basic init script The upstream irqbalance release package does not contain an init script so we create a basic one here. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- diff --git a/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch b/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch index ec01448f..8591f34c 100644 --- a/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch +++ b/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch @@ -5,6 +5,8 @@ Subject: [PATCH] irqbalance: Add status and reload commands Add status and reload commands for irqbalanced init script +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Yang Shi --- diff --git a/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch b/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch index bad83b2a..36cde0d4 100644 --- a/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch +++ b/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch @@ -5,6 +5,8 @@ Subject: [PATCH] kvmtool: 9p: fixed compilation error makedev is defined in sys/sysmacros.h +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dariusz Pelowski --- diff --git a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch index dde452d9..1200f707 100644 --- a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch +++ b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch @@ -6,6 +6,8 @@ Subject: [PATCH] kvmtool: add EXTRA_CFLAGS variable to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable for setting via command argument +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dariusz Pelowski --- diff --git a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch index 1695ac49..3ac3fecc 100644 --- a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch +++ b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch @@ -5,6 +5,8 @@ Subject: [PATCH] WERROR override disabled. WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors. +Upstream-Status: Inappropriate [embedded specific] + --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch b/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch index abb0b1af..cabc4cb6 100644 --- a/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch +++ b/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch @@ -6,6 +6,8 @@ Subject: [PATCH] ptest: Remove Windows-1252 check from esxutilstest Currently we use iconv from glibc-locale and it does not support Windows-1252 and we don't need support windows character encoding. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: He Zhe --- diff --git a/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch b/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch index c767162c..5c1f3303 100644 --- a/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch +++ b/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch @@ -3,6 +3,8 @@ change eventhandlers nagioscmd path Modify nagios.cmd path to the right location at "/var/nagios/rw/nagios.cmd" +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran diff --git a/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch b/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch index ab913a8f..1e57d02a 100644 --- a/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch +++ b/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch @@ -6,6 +6,8 @@ this error: error: unknown type name 'SSL' void complete_SSL_shutdown( SSL *); +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran diff --git a/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch b/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch index 920aabfc..9342826b 100644 --- a/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch +++ b/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch @@ -6,6 +6,8 @@ openssl dhparam -C 512 just do not use openssl from host. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran diff --git a/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch b/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch index 37f9d753..0d606ade 100644 --- a/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch +++ b/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch @@ -3,6 +3,8 @@ From: Dengke Du Date: Thu, 27 Sep 2018 09:37:08 +0800 Subject: [PATCH] oath: fix macro definition error +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dengke Du --- oathtool/gl/intprops.h | 6 +++--- diff --git a/recipes-extended/seabios/seabios/hostcc.patch b/recipes-extended/seabios/seabios/hostcc.patch index f665e1a3..dcc0c0bb 100644 --- a/recipes-extended/seabios/seabios/hostcc.patch +++ b/recipes-extended/seabios/seabios/hostcc.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + diff -ur a/Makefile b/Makefile --- a/Makefile 2015-02-02 22:02:58.651041951 -0500 +++ b/Makefile 2015-02-02 23:08:13.884514003 -0500 diff --git a/recipes-extended/seabios/seabios/python3.patch b/recipes-extended/seabios/seabios/python3.patch index a2786fd7..f401d7b9 100644 --- a/recipes-extended/seabios/seabios/python3.patch +++ b/recipes-extended/seabios/seabios/python3.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + diff --git a/Makefile b/Makefile index 516cb38..7f6acaa 100644 --- a/Makefile diff --git a/recipes-extended/upx/libucl/Reproducible-build.patch b/recipes-extended/upx/libucl/Reproducible-build.patch index 8398fe02..23acf565 100644 --- a/recipes-extended/upx/libucl/Reproducible-build.patch +++ b/recipes-extended/upx/libucl/Reproducible-build.patch @@ -5,6 +5,9 @@ Subject: 03 Reproducible build Introduced BUILD_DATETIME pre-processor variable to be used instead of __DATE__ __TIME__ to make build reproducible. + +Upstream-Status: Inappropriate [embedded specific] + --- src/ucl_util.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-extended/upx/libucl/use-static-assert.patch b/recipes-extended/upx/libucl/use-static-assert.patch index bdf49003..50e9da5f 100644 --- a/recipes-extended/upx/libucl/use-static-assert.patch +++ b/recipes-extended/upx/libucl/use-static-assert.patch @@ -4,6 +4,9 @@ Subject: Switch to _Static_assert Use _Static_assert for compile-time assertion to fix build failures with gcc-6 (closes: #811707) + +Upstream-Status: Inappropriate [embedded specific] + --- acc/acc_defs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch index 287170cb..be187e79 100644 --- a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch +++ b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch @@ -3,6 +3,8 @@ From: Bruce Ashfield Date: Mon, 29 Nov 2021 21:01:03 -0500 Subject: [PATCH] vm-support: fix build for kernel's > 5.4 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- a/uxenhc/hypercall.c | 10 +++++++++- diff --git a/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch b/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch index 6b7f1f82..22c5cd57 100644 --- a/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch +++ b/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch @@ -6,6 +6,8 @@ Subject: [PATCH] vm-support: fix build for kernel's > 5.15 * remove callback was changed to return void instead of int in: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc7a6209d5710618eb4f72a77cd81b8d694ecf89 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- uxenplatform/platform.c | 7 +++++++ diff --git a/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch b/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch index ec31eea4..f775b2e6 100644 --- a/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch +++ b/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch @@ -11,6 +11,8 @@ Subject: [PATCH] vm-support: fix build for kernel's > 5.14 read the implementation carefully enough to decide if this is still needed, I was only interested in fixing the build failure (and I don't use this at all to test it in runtime) +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- uxenstor/stor.c | 2 ++ diff --git a/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch b/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch index 60018f0b..627a12f0 100644 --- a/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch +++ b/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch @@ -39,6 +39,8 @@ Subject: [PATCH] uxenhc: fix -DMODULE not working on module build command line 161 | MODULE_LICENSE("GPL"); | ^~~~~~~~~~~~~~ +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- uxenhc/Kbuild | 1 - diff --git a/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch b/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch index db4c53f5..09a43754 100644 --- a/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch +++ b/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + # OpenEmbedded uses KERNEL_SRC instead of KDIR # and enable the modules_install target. # Signed-off-by: Christopher Clark diff --git a/recipes-extended/vgabios/files/build-cc.patch b/recipes-extended/vgabios/files/build-cc.patch index b64e5efd..01fd8b97 100644 --- a/recipes-extended/vgabios/files/build-cc.patch +++ b/recipes-extended/vgabios/files/build-cc.patch @@ -1,6 +1,7 @@ Use the host compiler to build the tools we need at runtime. -Upstream-Status: Pending +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Ross Burton Index: Makefile diff --git a/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch b/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch index dfbb00b1..1e37c49e 100644 --- a/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch +++ b/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch @@ -5,6 +5,8 @@ Subject: [PATCH] build: use /usr/bin/env for python scripts Without this, we break on hosts without /usr/bin/python +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- tools/scripts/d2c.py | 2 +- diff --git a/recipes-kernel/dtc/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch b/recipes-kernel/dtc/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch index cf4739eb..a2df482e 100644 --- a/recipes-kernel/dtc/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch +++ b/recipes-kernel/dtc/python3-dtc/0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch @@ -4,6 +4,9 @@ Date: Wed, 19 Jan 2022 12:46:42 -0500 Subject: [PATCH] Revert "libfdt: overlay: make overlay_get_target() public" This reverts commit 45f3d1a095dd3440578d5c6313eba555a791f3fb. + +Upstream-Status: Inappropriate [embedded specific] + --- libfdt/fdt_overlay.c | 29 ++++++++++++++++++++++------- libfdt/libfdt.h | 18 ------------------ diff --git a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch index cb708dea..4fe3abd8 100644 --- a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch +++ b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch @@ -1,5 +1,7 @@ Add test-install rule to support ptest execution +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Radu Patriu Index: openvswitch-2.1.2/Makefile.am diff --git a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch index 113bc91d..ffa8af0e 100644 --- a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch +++ b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch @@ -5,6 +5,8 @@ Subject: [PATCH] python: switch remaining scripts to use python3 Work to remove the main openvswitch package's dependency on python 2. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch index ce1f6501..43735132 100644 --- a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch +++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch @@ -3,6 +3,8 @@ From: Amy Fong Date: Thu, 29 Jan 2015 09:56:03 -0500 Subject: [PATCH] Disable m4 file test where sources are built from git. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Amy Fong --- diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch index fc74debb..571753a5 100644 --- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch +++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch @@ -15,6 +15,8 @@ Signed-off-by: He Zhe refresh patch to fix patch-fuzz warning Signed-off-by: Changqing Li + +Upstream-Status: Inappropriate [embedded specific] --- Makefile.am | 1 + test.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch b/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch index 7f6e5422..1505d47a 100644 --- a/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch +++ b/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch @@ -9,6 +9,8 @@ upstream service file uses 'chown' we will match this by using 'mkdir'. Without this the service will fail to start since these directories won't exist. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- rhel/usr_lib_systemd_system_ovsdb-server.service | 2 +- diff --git a/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch b/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch index a9eae832..7fe0236e 100644 --- a/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch +++ b/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch @@ -6,6 +6,8 @@ Subject: [PATCH 1/2] systemd: update tool paths We are using the rhel files but we install our tools in a slightly different path, update accordingly. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- rhel/usr_lib_systemd_system_ovs-vswitchd.service.in | 4 ++--