[PATCH openbmc] Add devmem to busybox config.
OpenBMC Patches
patches at stwcx.xyz
Thu Oct 22 13:31:41 AEDT 2015
From: Brad Bishop <bradleyb at us.ibm.com>
---
meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg | 1 +
meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend | 2 ++
meta-phosphor/common/recipes.txt | 1 +
3 files changed, 4 insertions(+)
create mode 100644 meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
create mode 100644 meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
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 0000000..174a3f2
--- /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 0000000..225f17a
--- /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 f339a3c..ccd19b2 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.
--
2.6.0
More information about the openbmc
mailing list