summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-25 18:35:58 +0300
committerBrad Bishop <radsquirrel@gmail.com>2019-06-26 17:03:40 +0300
commit14a986bd9bc45cbd173885773e68406b4a9e6bc7 (patch)
tree49debcd353f539230e55cc472117ab3f52758589
parent879df3c4e770812e70fe28008baa60e916be73a8 (diff)
downloadopenbmc-14a986bd9bc45cbd173885773e68406b4a9e6bc7.tar.xz
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 <bradleyb@fuzziesquirrel.com> Change-Id: I839165fe6913f1bd7b9bf1450c12c61823029873
-rw-r--r--meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc4
-rw-r--r--poky/meta-poky/conf/local.conf.sample.extended1
2 files changed, 0 insertions, 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