summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-01-08 20:28:34 -0600
committerPatrick Williams <patrick@stwcx.xyz>2016-01-08 20:28:34 -0600
commit53db4e66313f23ec046f58773ea0d0b19bbdad1c (patch)
tree12cb741b0f4dd98bdc9598020a706475c418f3e1 /meta-phosphor/common/recipes-core
parent967f225a81d97949f7702e554b1e64abd125545b (diff)
parent620dadf5b4729fd8e83c14f10b842a2a1698c237 (diff)
downloadtalos-openbmc-53db4e66313f23ec046f58773ea0d0b19bbdad1c.tar.gz
talos-openbmc-53db4e66313f23ec046f58773ea0d0b19bbdad1c.zip
Merge pull request #119 from mdmillerii/flashcp
Add flash copy commands to busybox
Diffstat (limited to 'meta-phosphor/common/recipes-core')
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox/flash.cfg4
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend1
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox/flash.cfg b/meta-phosphor/common/recipes-core/busybox/busybox/flash.cfg
new file mode 100644
index 000000000..39ba10d74
--- /dev/null
+++ b/meta-phosphor/common/recipes-core/busybox/busybox/flash.cfg
@@ -0,0 +1,4 @@
+CONFIG_FLASHCP=y
+CONFIG_FLASH_LOCK=y
+CONFIG_FLASH_UNLOCK=y
+CONFIG_FLASH_ERASEALL=y
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
index 225f17ab3..3c4f2b61f 100644
--- a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
@@ -1,2 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://busybox.cfg"
+SRC_URI += "file://flash.cfg"
OpenPOWER on IntegriCloud