From: Paul Gortmaker <paul.gortma...@windriver.com>

Consider this 5+ year old commit

    commit bcbc7bbc4fb967d8d4ae6333f71b73491a80b94e
    Author: Alexander Kanavin <alexander.kana...@linux.intel.com>
    Date:   Thu Mar 1 16:00:41 2018 +0200

    latencytop: remove recipe

    Last commit and release were in 2009; website is down; it's a dead project.

    (From OE-Core rev: 36aae56e7f86a4d5ce93e4528e7dcc42f60c705e)

    Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com>
    Signed-off-by: Ross Burton <ross.bur...@intel.com>
    Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>

Given that, it seems sensible to drop it from default inclusion across
the BSPs.  I've left the feature itself, so anyone who still cares can
easily manually add it still.

Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>
---
 bsp/amd-x86/amd-x86-64.scc                           | 1 -
 bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc                    | 1 -
 bsp/common-pc/common-pc-preempt-rt.scc               | 1 -
 bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc | 1 -
 bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc   | 1 -
 bsp/intel-common/intel-developer-drivers.scc         | 1 -
 bsp/intel-x86/intel-x86.scc                          | 1 -
 bsp/minnow/minnow-preempt-rt.scc                     | 1 -
 bsp/minnow/minnow-standard.scc                       | 1 -
 bsp/mti-malta32/mti-malta32.scc                      | 1 -
 bsp/mti-malta64/mti-malta64-be-developer.scc         | 1 -
 bsp/qemu-ppc32/qemu-ppc32.scc                        | 1 -
 bsp/qemu-ppc64/qemu-ppc64-standard.scc               | 3 ---
 bsp/qemumicroblaze/qemumicroblazeeb-standard.scc     | 1 -
 bsp/qemumicroblaze/qemumicroblazeel-standard.scc     | 1 -
 bsp/xilinx/zynq-standard.scc                         | 1 -
 16 files changed, 18 deletions(-)

diff --git a/bsp/amd-x86/amd-x86-64.scc b/bsp/amd-x86/amd-x86-64.scc
index 8080eadcb462..87f23b51db70 100644
--- a/bsp/amd-x86/amd-x86-64.scc
+++ b/bsp/amd-x86/amd-x86-64.scc
@@ -9,7 +9,6 @@ include cfg/efi-ext.scc
 include cfg/virtio.scc
 include cfg/boot-live.scc
 include cfg/usb-mass-storage.scc
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
 
 include features/netfilter/netfilter.scc
diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc 
b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc
index 42b9c6917593..8c654b99736f 100755
--- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc
+++ b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc
@@ -3,7 +3,6 @@ kconf hardware bcm-2xxx-rpi.cfg
 
 include cfg/usb-mass-storage.scc
 include features/profiling/profiling.scc
-include features/latencytop/latencytop.scc
 
 include features/hostapd/hostapd.scc
 include features/mac80211/mac80211.scc
diff --git a/bsp/common-pc/common-pc-preempt-rt.scc 
b/bsp/common-pc/common-pc-preempt-rt.scc
index cdba3bd014cc..7044022de9b9 100644
--- a/bsp/common-pc/common-pc-preempt-rt.scc
+++ b/bsp/common-pc/common-pc-preempt-rt.scc
@@ -12,6 +12,5 @@ include bsp/common-pc/common-pc.scc
 # default policy for preempt-rt kernels
 include cfg/boot-live.scc
 include cfg/usb-mass-storage.scc
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
 include cfg/virtio.scc
diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc 
b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc
index 4f8bcf253f21..231d56542b7e 100644
--- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc
+++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-preempt-rt.scc
@@ -9,5 +9,4 @@ include ktypes/preempt-rt/preempt-rt.scc
 include fsl-mpc8315e-rdb.scc
 
 # default policy for preempt-rt kernels
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc 
b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc
index 0f00d23ed784..fa797badf622 100644
--- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc
+++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb-standard.scc
@@ -10,5 +10,4 @@ branch fsl-mpc8315e-rdb
 include fsl-mpc8315e-rdb.scc
 
 # default policy for standard kernels
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
diff --git a/bsp/intel-common/intel-developer-drivers.scc 
b/bsp/intel-common/intel-developer-drivers.scc
index 5bb73e3e1da2..090d05ed7d72 100644
--- a/bsp/intel-common/intel-developer-drivers.scc
+++ b/bsp/intel-common/intel-developer-drivers.scc
@@ -1,4 +1,3 @@
 # SPDX-License-Identifier: MIT
 # Additional features for developer bsps
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc
index a747961fdbd1..7825075d5dcc 100644
--- a/bsp/intel-x86/intel-x86.scc
+++ b/bsp/intel-x86/intel-x86.scc
@@ -29,7 +29,6 @@ include features/usb/uhci-hcd.scc
 include features/usb/ehci-hcd.scc
 include features/usb/xhci-hcd.scc
 include features/hostapd/hostapd.scc
-include features/latencytop/latencytop.scc
 include features/uio/uio.scc
 include features/spi/spi.scc
 include features/mtd/mtd.scc
diff --git a/bsp/minnow/minnow-preempt-rt.scc b/bsp/minnow/minnow-preempt-rt.scc
index f551544ddd94..20710e7ffaae 100644
--- a/bsp/minnow/minnow-preempt-rt.scc
+++ b/bsp/minnow/minnow-preempt-rt.scc
@@ -21,7 +21,6 @@ include cfg/efi-ext.scc
 # default policy for preempt-rt kernels
 include cfg/usb-mass-storage.scc
 include cfg/boot-live.scc
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
 
 # Requested drivers that don't have an existing scc
diff --git a/bsp/minnow/minnow-standard.scc b/bsp/minnow/minnow-standard.scc
index 5591a330d4c5..463630278183 100644
--- a/bsp/minnow/minnow-standard.scc
+++ b/bsp/minnow/minnow-standard.scc
@@ -18,7 +18,6 @@ include cfg/usb-mass-storage.scc
 include cfg/boot-live.scc
 
 # Basic profiling
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
 
 # Requested drivers that don't have an existing scc
diff --git a/bsp/mti-malta32/mti-malta32.scc b/bsp/mti-malta32/mti-malta32.scc
index b1327dc3739b..e1b00f5877bd 100644
--- a/bsp/mti-malta32/mti-malta32.scc
+++ b/bsp/mti-malta32/mti-malta32.scc
@@ -3,7 +3,6 @@ kconf hardware mti-malta32-common.cfg
 kconf hardware mti-malta32-gfx.cfg
 
 include features/profiling/profiling.scc
-include features/latencytop/latencytop.scc
 
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
diff --git a/bsp/mti-malta64/mti-malta64-be-developer.scc 
b/bsp/mti-malta64/mti-malta64-be-developer.scc
index 033c332f4a91..f8ccdf436de8 100644
--- a/bsp/mti-malta64/mti-malta64-be-developer.scc
+++ b/bsp/mti-malta64/mti-malta64-be-developer.scc
@@ -12,6 +12,5 @@ include mti-malta64.scc
 kconf hardware mti-malta64-be.cfg
 
 include features/profiling/profiling.scc
-include features/latencytop/latencytop.scc
 include cfg/tracing.scc
 
diff --git a/bsp/qemu-ppc32/qemu-ppc32.scc b/bsp/qemu-ppc32/qemu-ppc32.scc
index 30144cf4453d..8c721e384eb9 100644
--- a/bsp/qemu-ppc32/qemu-ppc32.scc
+++ b/bsp/qemu-ppc32/qemu-ppc32.scc
@@ -3,7 +3,6 @@ kconf hardware qemu-ppc32.cfg
 kconf hardware qemu-ppc32-gfx.cfg
 
 include features/profiling/profiling.scc
-include features/latencytop/latencytop.scc
 
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
diff --git a/bsp/qemu-ppc64/qemu-ppc64-standard.scc 
b/bsp/qemu-ppc64/qemu-ppc64-standard.scc
index 440af149fbfc..2c663cda9f93 100644
--- a/bsp/qemu-ppc64/qemu-ppc64-standard.scc
+++ b/bsp/qemu-ppc64/qemu-ppc64-standard.scc
@@ -16,6 +16,3 @@ include features/scsi/cdrom.scc
 include cfg/virtio.scc
 
 include qemu-ppc64.scc
-
-# default policy for standard kernels
-include features/latencytop/latencytop.scc
diff --git a/bsp/qemumicroblaze/qemumicroblazeeb-standard.scc 
b/bsp/qemumicroblaze/qemumicroblazeeb-standard.scc
index 8cfad8603f49..824a4e5dc7bf 100644
--- a/bsp/qemumicroblaze/qemumicroblazeeb-standard.scc
+++ b/bsp/qemumicroblaze/qemumicroblazeeb-standard.scc
@@ -12,5 +12,4 @@ include bsp/xilinx/soc/drivers-softip.scc
 include bsp/xilinx/board-common.scc
 
 # default policy for standard kernels
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
diff --git a/bsp/qemumicroblaze/qemumicroblazeel-standard.scc 
b/bsp/qemumicroblaze/qemumicroblazeel-standard.scc
index 7ac1eab8708e..69b7bdc230be 100644
--- a/bsp/qemumicroblaze/qemumicroblazeel-standard.scc
+++ b/bsp/qemumicroblaze/qemumicroblazeel-standard.scc
@@ -12,5 +12,4 @@ include bsp/xilinx/soc/drivers-softip.scc
 include bsp/xilinx/board-common.scc
 
 # default policy for standard kernels
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
diff --git a/bsp/xilinx/zynq-standard.scc b/bsp/xilinx/zynq-standard.scc
index 889ba997b1ea..bad94870cbe2 100644
--- a/bsp/xilinx/zynq-standard.scc
+++ b/bsp/xilinx/zynq-standard.scc
@@ -12,5 +12,4 @@ include features/input/input.scc
 include cfg/usb-mass-storage.scc
 
 # default policy for standard kernels
-include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
-- 
2.40.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13340): 
https://lists.yoctoproject.org/g/linux-yocto/message/13340
Mute This Topic: https://lists.yoctoproject.org/mt/102900655/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to