summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-06-24 17:28:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-24 17:34:25 +0100
commit67266331b0f557c01cde1cc1b1a1de7197443a6c (patch)
treea5fb4a74ed144e9941a574062c24fef4d2151c52 /meta-poky
parent0b3e371116a0d101a93a0dd5caf5ca8e33f5d915 (diff)
downloadpoky-67266331b0f557c01cde1cc1b1a1de7197443a6c.tar.gz
local.conf.sample.extended: remove redundant RUNTIMETARGET assignment
This has been fixed in the GCC recipe, so remove from local.conf.sample.extended. (From meta-yocto rev: f19f3a7a5286cabf42a0f6d0ea8f7841dc043324) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index 26603debe6..77e8be26fa 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -321,7 +321,6 @@ DISTRO_FEATURES_remove = "x11"
321# show an example of how it can be done 321# show an example of how it can be done
322# You'll also need your fortran recipe to depend on libgfortran 322# You'll also need your fortran recipe to depend on libgfortran
323#FORTRAN_forcevariable = ",fortran" 323#FORTRAN_forcevariable = ",fortran"
324#RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"
325 324
326# 325#
327# Kernel image features 326# Kernel image features