summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-06 08:35:16 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-08 15:03:23 -0500
commit9a368c53817609362e7f1618afae9b1a5743e8f4 (patch)
tree2450cff330d09c33bc15cf7003780382ecbdc465 /meta-phosphor/classes
parent4b9fa42663cc18b743ea07a11ce22b61143837c0 (diff)
downloadtalos-openbmc-9a368c53817609362e7f1618afae9b1a5743e8f4.tar.gz
talos-openbmc-9a368c53817609362e7f1618afae9b1a5743e8f4.zip
meta-phosphor: config-in-skeleton.bbclass: drop inherit license
Drop inheriting license from obmc-phosphor-license. The LICENSE value is now provided by skeleton-rev, which also provides the SRC_URI. (From meta-phosphor rev: 8861866cc9e34d74d4a07166b0787890ff43d0ae) Change-Id: I20554471036568bec5bd2cf2fa8d6726e96e14e7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/config-in-skeleton.bbclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/classes/config-in-skeleton.bbclass b/meta-phosphor/classes/config-in-skeleton.bbclass
index 95c2d6423..da49d6124 100644
--- a/meta-phosphor/classes/config-in-skeleton.bbclass
+++ b/meta-phosphor/classes/config-in-skeleton.bbclass
@@ -5,7 +5,6 @@ inherit allarch
inherit setuptools
inherit pythonnative
inherit skeleton-rev
-inherit obmc-phosphor-license
HOMEPAGE = "http://github.com/openbmc/skeleton"
@@ -13,8 +12,8 @@ PROVIDES += "virtual/obmc-inventory-data"
RPROVIDES_${PN} += "virtual-obmc-inventory-data"
DEPENDS += "python"
-SRC_URI += "${SKELETON_URI};subpath=configs"
-S = "${WORKDIR}/configs"
+SRC_URI += "${SKELETON_URI};"
+S = "${WORKDIR}/git/configs"
python() {
machine = d.getVar('MACHINE', True).capitalize() + '.py'
OpenPOWER on IntegriCloud