summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.