summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-10-21 18:43:39 -0400
committerBrad Bishop <bradleyb@us.ibm.com>2015-10-21 18:45:31 -0400
commit49b570ff8806444d2acc54151e6c9b34e97f3ad0 (patch)
tree840d49db41dcc6f08552138c668a853c5adc6e0c /meta-phosphor
parentd50739c8eebdd985a6fbbdbbe87d001bfb5af82d (diff)
downloadtalos-openbmc-49b570ff8806444d2acc54151e6c9b34e97f3ad0.tar.gz
talos-openbmc-49b570ff8806444d2acc54151e6c9b34e97f3ad0.zip
Add devmem to busybox config.
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg1
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend2
-rw-r--r--meta-phosphor/common/recipes.txt1
3 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
new file mode 100644
index 000000000..174a3f203
--- /dev/null
+++ b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
@@ -0,0 +1 @@
+CONFIG_DEVMEM=y
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 000000000..225f17ab3
--- /dev/null
+++ b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI += "file://busybox.cfg"
diff --git a/meta-phosphor/common/recipes.txt b/meta-phosphor/common/recipes.txt
index f339a3ce4..ccd19b2f7 100644
--- a/meta-phosphor/common/recipes.txt
+++ b/meta-phosphor/common/recipes.txt
@@ -1,4 +1,5 @@
recipes-connectivity - Libraries and applications related to communication with other devices
+recipes-core - What's needed to build a basic working Linux image including commonly used dependencies
recipes-devtools - Tools primarily used by the build system (but can also be used on targets)
recipes-extended - Applications which whilst not essential add features compared to the alternatives in
core. May be needed for full tool functionality or LSB compliance.
OpenPOWER on IntegriCloud