From 14a986bd9bc45cbd173885773e68406b4a9e6bc7 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 25 Jun 2019 11:35:58 -0400 Subject: subtree updates meta-raspberrypi: ca11a291ee..8636b63752: dir (1): vc-graphics: Don't install sbin directory poky: 0b3e371116..67266331b0: Ross Burton (1): local.conf.sample.extended: remove redundant RUNTIMETARGET assignment Signed-off-by: Brad Bishop Change-Id: I839165fe6913f1bd7b9bf1450c12c61823029873 --- meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc | 4 ---- poky/meta-poky/conf/local.conf.sample.extended | 1 - 2 files changed, 5 deletions(-) diff --git a/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc b/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc index cd0d57b22..4d8b282f1 100644 --- a/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc +++ b/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc @@ -25,9 +25,6 @@ do_install () { install -d ${D}${bindir} cp -R bin/* ${D}${bindir} - install -d ${D}${sbindir} - cp -R sbin/* ${D}${sbindir} - install -d ${D}${libdir} # note: -H option to deref symlinked .so cp -R -H lib/* ${D}${libdir} @@ -49,7 +46,6 @@ INITSCRIPT_NAME = "vchiq.sh" INITSCRIPT_PARAMS = "start 03 S ." FILES_${PN} = "${bindir}/* \ - ${sbindir}/* \ ${libdir}/lib*.so \ ${sysconfdir}/init.d \ ${libdir}/plugins" diff --git a/poky/meta-poky/conf/local.conf.sample.extended b/poky/meta-poky/conf/local.conf.sample.extended index 26603debe..77e8be26f 100644 --- a/poky/meta-poky/conf/local.conf.sample.extended +++ b/poky/meta-poky/conf/local.conf.sample.extended @@ -321,7 +321,6 @@ DISTRO_FEATURES_remove = "x11" # show an example of how it can be done # You'll also need your fortran recipe to depend on libgfortran #FORTRAN_forcevariable = ",fortran" -#RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" # # Kernel image features -- cgit v1.2.3