]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dpkg: mark patches adding custom non-debian architectures as inappropriate for upstream
authorAlexander Kanavin <alex@linutronix.de>
Wed, 19 Jun 2024 08:59:56 +0000 (10:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Jun 2024 11:43:38 +0000 (12:43 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch
meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch
meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch
meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
meta/recipes-devtools/dpkg/dpkg/arch_pm.patch

index b8a869758517438a45a53cb3d39016edadd7f477..99044fbb1a90d62e54e179ffccd86a6db646d5a0 100644 (file)
@@ -3,7 +3,7 @@ From: Khem Raj <raj.khem@gmail.com>
 Date: Wed, 29 Apr 2020 22:02:23 -0700
 Subject: [PATCH] Add support for riscv32 CPU
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [not a debian architecture]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  data/cputable                 | 1 +
index e8d8576f8599fe3b1d420a31e45344f37200e8d9..602a0b22c5d5912d3814084956e8c7754183dbf7 100644 (file)
@@ -3,7 +3,7 @@ From: sweeaun <swee.aun.khor@intel.com>
 Date: Sun, 10 Sep 2017 00:14:15 -0700
 Subject: [PATCH] dpkg: Support muslx32 build
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [not a debian architecture]
 Changes made on ostable and tupletable to enable muslx32 build.
 
 Signed-off-by: sweeaun <swee.aun.khor@intel.com>
index 8ac646b1a13feb3014bc9dc4e747cd2deadb1a22..2573afb8e4d896d1e65cae31ef1620f293006a35 100644 (file)
@@ -8,7 +8,7 @@ Content-Transfer-Encoding: 8bit
 
 helps compiling dpkg for musl/arm-softfloat
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [not a debian architecture]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
 ---
index cbdf01dbd9a7459f801061a91a5ce187b5f0bffb..b5eaa5017224a48a4823884ff8bf1b19e07baf5f 100644 (file)
@@ -27,7 +27,7 @@ the required combination of "gnueabi-linux-armeb" was not found in
 the triplettable file thereby returning dpkg_arch as
 empty in configure script.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [not a debian architecture]
 
 Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
index df2cd88ca4215f52f9b3dcf00368bb92f9ecf93b..ec5d5034883144b0166c50f264930ca2b72933e3 100644 (file)
@@ -8,7 +8,7 @@ architecture for mips64, and possibly other arch's
 because of faulty code added to Arch.pm in the latest
 release from upstream.  We remove that code.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [not a debian architecture]
 
 Signed-off-by: Joe Slater <jslater@windriver.com>
 ---