diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:28:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-15 08:00:41 +0100 |
commit | 5d63d4a08f1b6b5aec866be4800673a5a0ffdcb1 (patch) | |
tree | d7c9b2e2584b5c75bc439f6b656d72bc90850995 /meta/conf | |
parent | 8f4b90c0430a47ca01fc9205db4b5d16d8bccdaf (diff) | |
download | poky-5d63d4a08f1b6b5aec866be4800673a5a0ffdcb1.tar.gz |
apmd: remove recipe and apm MACHINE_FEATURE
APM has been obsolete for a very long time, and debian no longer
packages it or carries the source tarball.
(From OE-Core rev: d987b79725eb0da2704091d22e3d16b8026fac7d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 3a4e989c1f..d18173c744 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -24,7 +24,6 @@ PREFERRED_PROVIDER_virtual/make-native ?= "make-native" | |||
24 | # Default virtual runtime providers | 24 | # Default virtual runtime providers |
25 | # | 25 | # |
26 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg" | 26 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg" |
27 | VIRTUAL-RUNTIME_apm ?= "apm" | ||
28 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" | 27 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
29 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" | 28 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" |
30 | VIRTUAL-RUNTIME_base-utils ?= "busybox" | 29 | VIRTUAL-RUNTIME_base-utils ?= "busybox" |
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b06ae43dac..823fb5b900 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -38,7 +38,6 @@ RECIPE_MAINTAINER:pn-alsa-tools = "Michael Opdenacker <michael.opdenacker@bootli | |||
38 | RECIPE_MAINTAINER:pn-alsa-topology-conf = "Michael Opdenacker <michael.opdenacker@bootlin.com>" | 38 | RECIPE_MAINTAINER:pn-alsa-topology-conf = "Michael Opdenacker <michael.opdenacker@bootlin.com>" |
39 | RECIPE_MAINTAINER:pn-alsa-ucm-conf = "Michael Opdenacker <michael.opdenacker@bootlin.com>" | 39 | RECIPE_MAINTAINER:pn-alsa-ucm-conf = "Michael Opdenacker <michael.opdenacker@bootlin.com>" |
40 | RECIPE_MAINTAINER:pn-alsa-utils = "Michael Opdenacker <michael.opdenacker@bootlin.com>" | 40 | RECIPE_MAINTAINER:pn-alsa-utils = "Michael Opdenacker <michael.opdenacker@bootlin.com>" |
41 | RECIPE_MAINTAINER:pn-apmd = "Anuj Mittal <anuj.mittal@intel.com>" | ||
42 | RECIPE_MAINTAINER:pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>" | 41 | RECIPE_MAINTAINER:pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>" |
43 | RECIPE_MAINTAINER:pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>" | 42 | RECIPE_MAINTAINER:pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>" |
44 | RECIPE_MAINTAINER:pn-apt = "Unassigned <unassigned@yoctoproject.org>" | 43 | RECIPE_MAINTAINER:pn-apt = "Unassigned <unassigned@yoctoproject.org>" |