summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 08:07:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 08:07:50 +0100
commit7ec4e30642d7ac7e044447ca54465e8ed09655e7 (patch)
treed4e970d26ead4c4da7d52fd105774b64ff1b8919
parent7a688f25da4a795645ff0b5a5389a54a90b28c9a (diff)
downloadptxdist-7ec4e30642d7ac7e044447ca54465e8ed09655e7.tar.gz
ptxdist-7ec4e30642d7ac7e044447ca54465e8ed09655e7.tar.xz
libx86: move to staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libx86.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/libx86.in b/rules/libx86.in
index e7645d2c1..128df6a8a 100644
--- a/rules/libx86.in
+++ b/rules/libx86.in
@@ -1,6 +1,12 @@
-## SECTION=system_libraries
+## SECTION=staging
+## old section:
+### SECTION=system_libraries
+
config LIBX86
tristate
prompt "libx86"
help
A hardware-independent library for executing real-mode x86 code.
+
+ STAGING: remove in PTXdist 2022.03.0
+ Old and unused library. Upstream is gone.