treewide: bulk update patches with status field

While the insane.bbclass upstream-status check hasn't been made
default, users of meta-virtualization may have it enabled in their
distros .. so the effect is the same. We must have this tracking
tag in out patches.

This is a bulk update to add the tag and silence the QA message.

As packages get updated, the normal/routine process of checking
the patches will continue, and the status fields may (or may not)
get more useful.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-01-27 10:05:04 -05:00
parent 37a5ce0078
commit 2119189361
86 changed files with 174 additions and 11 deletions

View File

@ -5,6 +5,8 @@ Subject: [PATCH] fix: workaround field rename in btrfs-progs 6.1
same as kdave/btrfs-progs@0345143 same as kdave/btrfs-progs@0345143
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Rui Chen <rui@chenrui.dev>
--- ---
drivers/btrfs/btrfs.go | 5 ++++- drivers/btrfs/btrfs.go | 5 ++++-

View File

@ -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 complete path for trimming. If the variable is captured in the
resulting binary, we have a reproducibility and QA issue. resulting binary, we have a reproducibility and QA issue.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 1 - Makefile | 1 -

View File

@ -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 generic call to 'go'. Without changing this, we'll get things like cgo
errors and invalid flag combos. errors and invalid flag combos.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 8 ++++---- Makefile | 8 ++++----

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Tue, 7 Jun 2022 15:42:22 -0400 Date: Tue, 7 Jun 2022 15:42:22 -0400
Subject: [PATCH] Makefile: force symlinks Subject: [PATCH] Makefile: force symlinks
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 2 +- Makefile | 2 +-

View File

@ -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, We introduce '-a -pkgdir dontusecurrentpkgs' to mask/fix the problem,
and continue to work towards non-static builds. and continue to work towards non-static builds.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
src/import/Makefile | 3 ++- src/import/Makefile | 3 ++-

View File

@ -5,6 +5,8 @@ Subject: [PATCH 1/3] criu: Skip documentation install
asciidoc is needed to generate CRIU documentation, so skip it in install. asciidoc is needed to generate CRIU documentation, so skip it in install.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
--- ---
Makefile.install | 2 +- Makefile.install | 2 +-

View File

@ -5,6 +5,8 @@ Subject: [PATCH 2/3] criu: Change libraries install directory
Install the libraries into /usr/lib(or /usr/lib64) Install the libraries into /usr/lib(or /usr/lib64)
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>

View File

@ -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 /usr/libXX directories but it does. Allow the recipe to pass this via
INSTALL_LIB. INSTALL_LIB.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
lib/Makefile | 2 +- lib/Makefile | 2 +-

View File

@ -25,6 +25,8 @@ with local include to avoid conflicts with `<sys/mount.h>`.
Fixes: #1949 Fixes: #1949
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org> Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
--- ---
Makefile.config | 2 +- Makefile.config | 2 +-

View File

@ -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 We shouldn't be invoking 'go' as the compiler, but instead use
${GO} which tracks our cross build go compiler for the architecture. ${GO} which tracks our cross build go compiler for the architecture.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 2 +- Makefile | 2 +-

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Thu, 15 Apr 2021 11:28:05 -0400 Date: Thu, 15 Apr 2021 11:28:05 -0400
Subject: [PATCH] cli: use external GO111MODULE and cross compiler Subject: [PATCH] cli: use external GO111MODULE and cross compiler
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
git/cli/scripts/build/binary | 3 +-- git/cli/scripts/build/binary | 3 +--

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Tue, 30 Jun 2020 22:23:33 -0400 Date: Tue, 30 Jun 2020 22:23:33 -0400
Subject: [PATCH] dynbinary: use go cross compiler Subject: [PATCH] dynbinary: use go cross compiler
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
hack/make/.binary | 2 +- hack/make/.binary | 2 +-

View File

@ -6,6 +6,8 @@ Subject: [PATCH] libnetwork: use $(GO) instead of go
Ensure that the libnetwork makefile uses the go cross flags and Ensure that the libnetwork makefile uses the go cross flags and
utilities. utilities.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
Makefile | 14 +++++++------- Makefile | 14 +++++++-------

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Wed, 12 Aug 2020 16:01:49 +0000 Date: Wed, 12 Aug 2020 16:01:49 +0000
Subject: [PATCH] build/golang.sh: convert remaining 'go' calls to use Subject: [PATCH] build/golang.sh: convert remaining 'go' calls to use
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
hack/lib/golang.sh | 8 ++++---- hack/lib/golang.sh | 8 ++++----

View File

@ -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 components without error. As such, we patch the targets out of the
script to allow a successful build. script to allow a successful build.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
hack/make-rules/cross.sh | 4 ++-- hack/make-rules/cross.sh | 4 ++--

View File

@ -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 try for the one that exists (the index without a compatibility
extension). So we just drop the compat try for now. extension). So we just drop the compat try for now.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
templates/lxc-download.in | 8 ++------ templates/lxc-download.in | 8 ++------

View File

@ -3,6 +3,8 @@ From: Bogdan Purcareata <bogdan.purcareata@freescale.com>
Date: Mon, 8 Apr 2013 18:30:19 +0300 Date: Mon, 8 Apr 2013 18:30:19 +0300
Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template
Upstream-Status: Inappropriate [embedded specific]
--- ---
templates/lxc-busybox.in | 1 - templates/lxc-busybox.in | 1 -
1 file changed, 1 deletion(-) 1 file changed, 1 deletion(-)

View File

@ -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 core-image-minimal to be able to demonstrate that it can work as well
as to have it available for the ptests. as to have it available for the ptests.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---

View File

@ -5,6 +5,8 @@ Subject: [PATCH] download: Use curl instead of wget
When curl's MIT license is preferable to wget's GPLv3. When curl's MIT license is preferable to wget's GPLv3.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Joakim Roubert <joakimr@axis.com> Signed-off-by: Joakim Roubert <joakimr@axis.com>
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>

View File

@ -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 really only interested in the fact 'cmp' is being run and not the
result, so simplify by comparing '/sbin/init' to itself. result, so simplify by comparing '/sbin/init' to itself.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---

View File

@ -10,6 +10,8 @@ distinct build directory. As such we get the error:
Make use of $(srcdir) to correct this. Make use of $(srcdir) to correct this.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
config/init/systemd/Makefile.am | 2 +- config/init/systemd/Makefile.am | 2 +-

View File

@ -5,6 +5,8 @@ Subject: [PATCH] systemd: ensure /var/lib/lxcfs exists
If the directory doesn't exist the service will fail to start. If the directory doesn't exist the service will fail to start.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
config/init/systemd/lxcfs.service | 1 + config/init/systemd/lxcfs.service | 1 +

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Mon, 29 Mar 2021 20:50:47 -0400 Date: Mon, 29 Mar 2021 20:50:47 -0400
Subject: [PATCH] Makefile: allow external specification of build settings Subject: [PATCH] Makefile: allow external specification of build settings
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 3 ++- Makefile | 3 ++-

View File

@ -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 output a warning. We aren't actually running the code, but are
just extracting it .. so the user not existing isn't an issue. just extracting it .. so the user not existing isn't an issue.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
image/config.go | 2 +- image/config.go | 2 +-

View File

@ -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 settings for each and end up with a binary that cannot be run on
the target. the target.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 2 +- Makefile | 2 +-

View File

@ -4,6 +4,9 @@ Date: Wed, 20 Sep 2017 23:28:52 -0400
Subject: [PATCH] Revert "implement add/set function for hooks items" Subject: [PATCH] Revert "implement add/set function for hooks items"
This reverts commit df3a46feb971386f922c7c2c2822b88301f87cb0. This reverts commit df3a46feb971386f922c7c2c2822b88301f87cb0.
Upstream-Status: Inappropriate [embedded specific]
--- ---
cmd/oci-runtime-tool/generate.go | 12 ++++++------ cmd/oci-runtime-tool/generate.go | 12 ++++++------
generate/generate.go | 42 ++++++---------------------------------- generate/generate.go | 42 ++++++----------------------------------

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Tue, 30 Jun 2020 23:47:08 -0400 Date: Tue, 30 Jun 2020 23:47:08 -0400
Subject: [PATCH] build: use for cross compiler Subject: [PATCH] build: use for cross compiler
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
a/Makefile | 4 ++-- a/Makefile | 4 ++--

View File

@ -3,6 +3,8 @@ From: Jason Wessel <jason.wessel@windriver.com>
Date: Tue, 2 Jul 2019 20:51:08 +0000 Date: Tue, 2 Jul 2019 20:51:08 +0000
Subject: [PATCH] Add additional cgroup mounts from root NS automatically Subject: [PATCH] Add additional cgroup mounts from root NS automatically
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
--- ---
src/systemdhook.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ src/systemdhook.c | 45 +++++++++++++++++++++++++++++++++++++++++++++

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Tue, 8 Nov 2016 13:16:19 -0500 Date: Tue, 8 Nov 2016 13:16:19 -0500
Subject: [PATCH] configure: drop selinux support Subject: [PATCH] configure: drop selinux support
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
configure.ac | 1 - configure.ac | 1 -

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Tue, 8 Nov 2016 13:15:46 -0500 Date: Tue, 8 Nov 2016 13:15:46 -0500
Subject: [PATCH] selinux: drop selinux support Subject: [PATCH] selinux: drop selinux support
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
src/systemdhook.c | 12 ------------ src/systemdhook.c | 12 ------------

View File

@ -5,6 +5,8 @@ Subject: [PATCH] fix: workaround field rename in btrfs-progs 6.1
same as kdave/btrfs-progs@0345143 same as kdave/btrfs-progs@0345143
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Rui Chen <rui@chenrui.dev>
--- ---
drivers/btrfs/btrfs.go | 5 ++++- drivers/btrfs/btrfs.go | 5 ++++-

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Tue, 30 Jun 2020 23:58:22 -0400 Date: Tue, 30 Jun 2020 23:58:22 -0400
Subject: [PATCH] build: use to select cross compiler Subject: [PATCH] build: use to select cross compiler
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
git/Makefile | 10 +++++----- git/Makefile | 10 +++++-----

View File

@ -4,6 +4,8 @@ Date: Tue, 24 Aug 2021 11:38:23 -0400
Subject: [PATCH] Makefile: respect GOBUILDFLAGS for runc and remove recvtty Subject: [PATCH] Makefile: respect GOBUILDFLAGS for runc and remove recvtty
from static from static
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
[bva: refreshed for release 1.0.2] [bva: refreshed for release 1.0.2]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>

View File

@ -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 set the terminal to false in the config.json. More or less this is a
runtime override. runtime override.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
--- ---
utils_linux.go | 5 +++++ utils_linux.go | 5 +++++

View File

@ -23,6 +23,8 @@ is set.
because it was blocking until runc performed everything it was because it was blocking until runc performed everything it was
required to perform. required to perform.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
--- ---
signals.go | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- signals.go | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++----

View File

@ -8,6 +8,8 @@ Subject: [PATCH] Use python3
| configure: error: Please install python before installing. | configure: error: Please install python before installing.
| WARNING: exit code 1 from a shell command. | WARNING: exit code 1 from a shell command.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
configure.ac | 6 +++--- configure.ac | 6 +++---

View File

@ -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: whole autotools support is removed in version 3 (currently 3.8.5) with:
https://github.com/hpcng/singularity/commit/a06e3d13a822080d7a9bc55085ee1bb32026a96e https://github.com/hpcng/singularity/commit/a06e3d13a822080d7a9bc55085ee1bb32026a96e
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
configure.ac | 7 +++---- configure.ac | 7 +++----

View File

@ -6,6 +6,8 @@ Subject: [PATCH] makefile: add GOBUILDFLAGS to go build call
We may need to specify things like -trimpath, so add $(GOBUILDFLAGS) We may need to specify things like -trimpath, so add $(GOBUILDFLAGS)
to allow them to be passed from the recipe to the Makefile. to allow them to be passed from the recipe to the Makefile.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
src/import/Makefile | 2 +- src/import/Makefile | 2 +-

View File

@ -11,6 +11,8 @@ needing to figure out the quote escaping.
No changes in the output, except a properly quoted "variant" No changes in the output, except a properly quoted "variant"
when a variant is defined. when a variant is defined.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
sloci-image | 3 ++- sloci-image | 3 ++-

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Wed, 7 Oct 2020 23:29:52 -0400 Date: Wed, 7 Oct 2020 23:29:52 -0400
Subject: [PATCH] makefile: allow SKIP_GO_VERSION_CHECK to be overriden Subject: [PATCH] makefile: allow SKIP_GO_VERSION_CHECK to be overriden
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
Makefile | 2 +- Makefile | 2 +-

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Fri, 26 Mar 2021 10:55:49 -0400 Date: Fri, 26 Mar 2021 10:55:49 -0400
Subject: [PATCH] make-initrd: allow externally provided busybox Subject: [PATCH] make-initrd: allow externally provided busybox
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
initrd/make-initrd | 24 ++++++++++++++++++++---- initrd/make-initrd | 24 ++++++++++++++++++++----

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Fri, 26 Mar 2021 10:15:24 -0400 Date: Fri, 26 Mar 2021 10:15:24 -0400
Subject: [PATCH] make-kernel: bump to v5.4.104 for gcc10+ fixes Subject: [PATCH] make-kernel: bump to v5.4.104 for gcc10+ fixes
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
kernel/make-kernel | 2 +- kernel/make-kernel | 2 +-

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@xilinx.com>
Date: Mon, 16 Dec 2019 20:42:04 -0800 Date: Mon, 16 Dec 2019 20:42:04 -0800
Subject: [PATCH] make-kernel: cross-compilation tweaks Subject: [PATCH] make-kernel: cross-compilation tweaks
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com>
--- ---
kernel/make-kernel | 41 +++++++++++++++++++++++++++++++++-------- kernel/make-kernel | 41 +++++++++++++++++++++++++++++++++--------

View File

@ -1,11 +1,13 @@
From 4db28c98481056c41097f808335c37e8517fe485 Mon Sep 17 00:00:00 2001 From 4db28c98481056c41097f808335c37e8517fe485 Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@gmail.com> From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Fri, 7 Aug 2020 23:39:18 -0400 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 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. new go-binary toolchain blows up in a cross compile situation.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
gobuild/Makefile | 4 ++-- gobuild/Makefile | 4 ++--

View File

@ -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. So we tweak the version to accept what we have in oe-core.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
setup.py | 2 +- setup.py | 2 +-

View File

@ -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 anywhere in the arguments are trigger the template replacement to
happen. happen.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
setup.py | 2 +- setup.py | 2 +-

View File

@ -9,7 +9,7 @@ Subject: [PATCH] setup.py respect udevdir variable
because of: because of:
/lib/udev/rules.d/66-azure-ephemeral.rules /lib/udev/rules.d/66-azure-ephemeral.rules
Upstream-Status: Pending Upstream-Status: [Pending]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Thu, 6 Mar 2014 01:55:09 -0500 Date: Thu, 6 Mar 2014 01:55:09 -0500
Subject: [PATCH] cloud-init: source local lsb functions Subject: [PATCH] cloud-init: source local lsb functions
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--- ---
sysvinit/debian/cloud-config | 1 + sysvinit/debian/cloud-config | 1 +

View File

@ -3,6 +3,8 @@ From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Fri, 14 May 2021 06:30:18 -0700 Date: Fri, 14 May 2021 06:30:18 -0700
Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
cpp/Makefile | 2 +- cpp/Makefile | 2 +-

View File

@ -17,6 +17,9 @@ these will execute at the same time and race.
mv: cannot stat 'tmp.h': No such file or directory mv: cannot stat 'tmp.h': No such file or directory
By using gperf --output-file, the race is avoided entirely. By using gperf --output-file, the race is avoided entirely.
Upstream-Status: Inappropriate [embedded specific]
--- ---
cpp/Makefile | 6 ++---- cpp/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-) 1 file changed, 2 insertions(+), 4 deletions(-)

View File

@ -13,10 +13,7 @@ since v2.28. [Commit ID: e16deca62e16f]
And then glibc suggestions us to include <sys/sysmacros.h> directly if And then glibc suggestions us to include <sys/sysmacros.h> directly if
code needs it. code needs it.
Upstream-Status: Submitted Upstream-Status: [Submitted]
[diod:
mail: v9fs-developer@lists.sourceforge.net
author: hongzhi.song@windriver.com]
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
--- ---

View File

@ -3,13 +3,13 @@ From: Changqing Li <changqing.li@windriver.com>
Date: Mon, 26 Aug 2019 18:00:39 +0800 Date: Mon, 26 Aug 2019 18:00:39 +0800
Subject: [PATCH] drod: add option to config systemddir Subject: [PATCH] drod: add option to config systemddir
Upstream-Status: Pending
Not need to send upstream, since upstream have refactor Not need to send upstream, since upstream have refactor
related code, but not released. and this version release related code, but not released. and this version release
4 years ago, not proper to just backport one or more 4 years ago, not proper to just backport one or more
commits, this patch maybe could be dropped after upgrade. commits, this patch maybe could be dropped after upgrade.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
--- ---
configure.ac | 9 +++++++++ configure.ac | 9 +++++++++

View File

@ -3,7 +3,7 @@ From: Roy Li <rongqing.li@windriver.com>
Date: Thu, 22 Jun 2017 06:32:30 +0000 Date: Thu, 22 Jun 2017 06:32:30 +0000
Subject: [PATCH 2/2] auto.diod.in: remove bashisms Subject: [PATCH 2/2] auto.diod.in: remove bashisms
Upstream-Status: Pending Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
--- ---

View File

@ -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); sprintf(volume, "/%s/_data/%s", path, filevolume);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
--- ---

View File

@ -7,7 +7,7 @@ Subject: [PATCH] [build] Be explicit about -fcommon compiler directive
gcc10 switched default behavior from -fcommon to -fno-common. Since gcc10 switched default behavior from -fcommon to -fno-common. Since
"__shared" relies on the legacy behavior, explicitly specify it. "__shared" relies on the legacy behavior, explicitly specify it.
Upstream-Status: backport Upstream-Status: [backport]
Signed-off-by: Bruce Rogers <brogers@suse.com> Signed-off-by: Bruce Rogers <brogers@suse.com>
Modified-by: Michael Brown <mcb30@ipxe.org> Modified-by: Michael Brown <mcb30@ipxe.org>

View File

@ -1,3 +1,5 @@
Upstream-Status: Inappropriate [embedded specific]
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 1dd1479..13f44dd 100644 index 1dd1479..13f44dd 100644
--- a/Makefile.housekeeping --- a/Makefile.housekeeping

View File

@ -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 identical to those of ib_queue_pair_type, and implicitly casts between
them. Add an explicit cast to fix the warning. them. Add an explicit cast to fix the warning.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
--- ---
src/drivers/infiniband/flexboot_nodnic.c | 6 ++++-- src/drivers/infiniband/flexboot_nodnic.c | 6 ++++--

View File

@ -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. Avoid the warning by embedding the zero-length array within a struct.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
--- ---
src/drivers/net/intelvf.c | 18 ++++++++++-------- src/drivers/net/intelvf.c | 18 ++++++++++--------

View File

@ -6,6 +6,8 @@ Subject: [PATCH] irqbalance: add basic init script
The upstream irqbalance release package does not contain an The upstream irqbalance release package does not contain an
init script so we create a basic one here. init script so we create a basic one here.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---

View File

@ -5,6 +5,8 @@ Subject: [PATCH] irqbalance: Add status and reload commands
Add status and reload commands for irqbalanced init script Add status and reload commands for irqbalanced init script
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Yang Shi <yang.shi@windriver.com> Signed-off-by: Yang Shi <yang.shi@windriver.com>
--- ---

View File

@ -5,6 +5,8 @@ Subject: [PATCH] kvmtool: 9p: fixed compilation error
makedev is defined in sys/sysmacros.h makedev is defined in sys/sysmacros.h
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
--- ---

View File

@ -6,6 +6,8 @@ Subject: [PATCH] kvmtool: add EXTRA_CFLAGS variable
to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable
for setting via command argument for setting via command argument
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
--- ---

View File

@ -5,6 +5,8 @@ Subject: [PATCH] WERROR override disabled.
WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors. WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors.
Upstream-Status: Inappropriate [embedded specific]
--- ---
Makefile | 1 + Makefile | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)

View File

@ -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 Currently we use iconv from glibc-locale and it does not support
Windows-1252 and we don't need support windows character encoding. Windows-1252 and we don't need support windows character encoding.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: He Zhe <zhe.he@windriver.com>
--- ---

View File

@ -3,6 +3,8 @@ change eventhandlers nagioscmd path
Modify nagios.cmd path to the right location Modify nagios.cmd path to the right location
at "/var/nagios/rw/nagios.cmd" at "/var/nagios/rw/nagios.cmd"
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Vu Tran <vu.tran@windriver.com>

View File

@ -6,6 +6,8 @@ this error:
error: unknown type name 'SSL' error: unknown type name 'SSL'
void complete_SSL_shutdown( SSL *); void complete_SSL_shutdown( SSL *);
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Vu Tran <vu.tran@windriver.com>

View File

@ -6,6 +6,8 @@ openssl dhparam -C 512
just do not use openssl from host. just do not use openssl from host.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Vu Tran <vu.tran@windriver.com>

View File

@ -3,6 +3,8 @@ From: Dengke Du <dengke.du@windriver.com>
Date: Thu, 27 Sep 2018 09:37:08 +0800 Date: Thu, 27 Sep 2018 09:37:08 +0800
Subject: [PATCH] oath: fix macro definition error Subject: [PATCH] oath: fix macro definition error
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Dengke Du <dengke.du@windriver.com>
--- ---
oathtool/gl/intprops.h | 6 +++--- oathtool/gl/intprops.h | 6 +++---

View File

@ -1,3 +1,5 @@
Upstream-Status: Inappropriate [embedded specific]
diff -ur a/Makefile b/Makefile diff -ur a/Makefile b/Makefile
--- a/Makefile 2015-02-02 22:02:58.651041951 -0500 --- a/Makefile 2015-02-02 22:02:58.651041951 -0500
+++ b/Makefile 2015-02-02 23:08:13.884514003 -0500 +++ b/Makefile 2015-02-02 23:08:13.884514003 -0500

View File

@ -1,3 +1,5 @@
Upstream-Status: Inappropriate [embedded specific]
diff --git a/Makefile b/Makefile diff --git a/Makefile b/Makefile
index 516cb38..7f6acaa 100644 index 516cb38..7f6acaa 100644
--- a/Makefile --- a/Makefile

View File

@ -5,6 +5,9 @@ Subject: 03 Reproducible build
Introduced BUILD_DATETIME pre-processor variable to Introduced BUILD_DATETIME pre-processor variable to
be used instead of __DATE__ __TIME__ to make build be used instead of __DATE__ __TIME__ to make build
reproducible. reproducible.
Upstream-Status: Inappropriate [embedded specific]
--- ---
src/ucl_util.c | 4 ++++ src/ucl_util.c | 4 ++++
1 file changed, 4 insertions(+) 1 file changed, 4 insertions(+)

View File

@ -4,6 +4,9 @@ Subject: Switch to _Static_assert
Use _Static_assert for compile-time assertion to fix Use _Static_assert for compile-time assertion to fix
build failures with gcc-6 (closes: #811707) build failures with gcc-6 (closes: #811707)
Upstream-Status: Inappropriate [embedded specific]
--- ---
acc/acc_defs.h | 6 ++++++ acc/acc_defs.h | 6 ++++++
1 file changed, 6 insertions(+) 1 file changed, 6 insertions(+)

View File

@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
Date: Mon, 29 Nov 2021 21:01:03 -0500 Date: Mon, 29 Nov 2021 21:01:03 -0500
Subject: [PATCH] vm-support: fix build for kernel's > 5.4 Subject: [PATCH] vm-support: fix build for kernel's > 5.4
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
a/uxenhc/hypercall.c | 10 +++++++++- a/uxenhc/hypercall.c | 10 +++++++++-

View File

@ -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: * 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 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 <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
uxenplatform/platform.c | 7 +++++++ uxenplatform/platform.c | 7 +++++++

View File

@ -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 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) 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 <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
uxenstor/stor.c | 2 ++ uxenstor/stor.c | 2 ++

View File

@ -39,6 +39,8 @@ Subject: [PATCH] uxenhc: fix -DMODULE not working on module build command line
161 | MODULE_LICENSE("GPL"); 161 | MODULE_LICENSE("GPL");
| ^~~~~~~~~~~~~~ | ^~~~~~~~~~~~~~
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--- ---
uxenhc/Kbuild | 1 - uxenhc/Kbuild | 1 -

View File

@ -1,3 +1,5 @@
Upstream-Status: Inappropriate [embedded specific]
# OpenEmbedded uses KERNEL_SRC instead of KDIR # OpenEmbedded uses KERNEL_SRC instead of KDIR
# and enable the modules_install target. # and enable the modules_install target.
# Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> # Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>

View File

@ -1,6 +1,7 @@
Use the host compiler to build the tools we need at runtime. 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 <ross.burton@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
Index: Makefile Index: Makefile

View File

@ -5,6 +5,8 @@ Subject: [PATCH] build: use /usr/bin/env for python scripts
Without this, we break on hosts without /usr/bin/python Without this, we break on hosts without /usr/bin/python
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
--- ---
tools/scripts/d2c.py | 2 +- tools/scripts/d2c.py | 2 +-

View File

@ -4,6 +4,9 @@ Date: Wed, 19 Jan 2022 12:46:42 -0500
Subject: [PATCH] Revert "libfdt: overlay: make overlay_get_target() public" Subject: [PATCH] Revert "libfdt: overlay: make overlay_get_target() public"
This reverts commit 45f3d1a095dd3440578d5c6313eba555a791f3fb. This reverts commit 45f3d1a095dd3440578d5c6313eba555a791f3fb.
Upstream-Status: Inappropriate [embedded specific]
--- ---
libfdt/fdt_overlay.c | 29 ++++++++++++++++++++++------- libfdt/fdt_overlay.c | 29 ++++++++++++++++++++++-------
libfdt/libfdt.h | 18 ------------------ libfdt/libfdt.h | 18 ------------------

View File

@ -1,5 +1,7 @@
Add test-install rule to support ptest execution Add test-install rule to support ptest execution
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Radu Patriu <radu.patriu@enea.com> Signed-off-by: Radu Patriu <radu.patriu@enea.com>
Index: openvswitch-2.1.2/Makefile.am Index: openvswitch-2.1.2/Makefile.am

View File

@ -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. Work to remove the main openvswitch package's dependency on python 2.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---

View File

@ -3,6 +3,8 @@ From: Amy Fong <amy.fong@windriver.com>
Date: Thu, 29 Jan 2015 09:56:03 -0500 Date: Thu, 29 Jan 2015 09:56:03 -0500
Subject: [PATCH] Disable m4 file test where sources are built from git. Subject: [PATCH] Disable m4 file test where sources are built from git.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com>
--- ---

View File

@ -15,6 +15,8 @@ Signed-off-by: He Zhe <zhe.he@windriver.com>
refresh patch to fix patch-fuzz warning refresh patch to fix patch-fuzz warning
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
Upstream-Status: Inappropriate [embedded specific]
--- ---
Makefile.am | 1 + Makefile.am | 1 +
test.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ test.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -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 'mkdir'. Without this the service will fail to start since these
directories won't exist. directories won't exist.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
rhel/usr_lib_systemd_system_ovsdb-server.service | 2 +- rhel/usr_lib_systemd_system_ovsdb-server.service | 2 +-

View File

@ -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 We are using the rhel files but we install our tools in a slightly
different path, update accordingly. different path, update accordingly.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
--- ---
rhel/usr_lib_systemd_system_ovs-vswitchd.service.in | 4 ++-- rhel/usr_lib_systemd_system_ovs-vswitchd.service.in | 4 ++--