summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes/skeleton-rev.bbclass
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-10-31 15:40:39 +1030
committerPatrick Williams <patrick@stwcx.xyz>2016-11-04 09:17:41 -0500
commite7b0fd568ae25183397d3f51cd98c439c683f943 (patch)
treed2a4adb5b4a450f4ec5e95b133d4ed329097f461 /meta-phosphor/classes/skeleton-rev.bbclass
parent956c5d638d6f7b2d9a1dcfe549b417ef771705ba (diff)
downloadtalos-openbmc-e7b0fd568ae25183397d3f51cd98c439c683f943.tar.gz
talos-openbmc-e7b0fd568ae25183397d3f51cd98c439c683f943.zip
Switch userspace to use MTD access by default
Currently pflash defaults to using the MMIO interface through /dev/mem. We want to disable /dev/mem in production systems in the near future, so all non-debugging uses of it need to be eliminated. The new version of pflash defaults to MTD access. It also brings some API cleanups to libflash. We recently moved flasher to use MTD. This updates skeleton to pull in an update to flasher so that it can build against the new libflash API. Fixes: openbmc/openbmc#713 Change-Id: I6bde91c7df5d0588fc48dd2e847f21f0624a6950 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/classes/skeleton-rev.bbclass')
-rw-r--r--meta-phosphor/classes/skeleton-rev.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass
index abc56b3b3..82b3f0ad9 100644
--- a/meta-phosphor/classes/skeleton-rev.bbclass
+++ b/meta-phosphor/classes/skeleton-rev.bbclass
@@ -1,2 +1,2 @@
-SRCREV ?= "29eaf4d4143056d271ee65f1c6126c533b87a49d"
+SRCREV ?= "ead1c62dca8f8237ad3a898ca0af4d48e3855ff2"
SKELETON_URI ?= "git://github.com/openbmc/skeleton"
OpenPOWER on IntegriCloud