summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-11-19 14:52:53 +0100
committerEnrico Jorns <ejo@pengutronix.de>2019-11-21 10:07:28 +0100
commit94d8d3567a6040d6da0028260bec298daad19255 (patch)
treebc096802efaf5adc40ce5be06c6a87ba224de9a9
parent7897bebae6005960383030ce0f676db464cdfa54 (diff)
downloadmeta-ptx-94d8d3567a6040d6da0028260bec298daad19255.tar.gz
meta-ptx-94d8d3567a6040d6da0028260bec298daad19255.tar.xz
distro/ptx.conf: do not set special TARGET_VENDOR
Setting a custom TARGET_VENDOR will not have any benefit here except for having a 'ptx'-named toolchain generated. But instead it will prevent us from allowing to reuse standard/common sstate cache when having this distro enabled. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--conf/distro/ptx.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/ptx.conf b/conf/distro/ptx.conf
index a97faa8..ced9ca3 100644
--- a/conf/distro/ptx.conf
+++ b/conf/distro/ptx.conf
@@ -7,8 +7,6 @@ DISTROOVERRIDES =. "ptx:poky:"
MAINTAINER = "Pengutronix <ptx@pengutronix.de>"
-TARGET_VENDOR = "-ptx"
-
LOCALCONF_VERSION = "1"
DISTRO_VERSION[vardepsexclude] = "DATE"