aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-audio-4a-framework/recipes-kernel/linux/files/4a-sound.cfg1
-rw-r--r--meta-audio-4a-framework/recipes-kernel/linux/linux-%.bbappend21
2 files changed, 0 insertions, 22 deletions
diff --git a/meta-audio-4a-framework/recipes-kernel/linux/files/4a-sound.cfg b/meta-audio-4a-framework/recipes-kernel/linux/files/4a-sound.cfg
deleted file mode 100644
index 780e1ad5..00000000
--- a/meta-audio-4a-framework/recipes-kernel/linux/files/4a-sound.cfg
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_ALOOP=y
diff --git a/meta-audio-4a-framework/recipes-kernel/linux/linux-%.bbappend b/meta-audio-4a-framework/recipes-kernel/linux/linux-%.bbappend
deleted file mode 100644
index cc613708..00000000
--- a/meta-audio-4a-framework/recipes-kernel/linux/linux-%.bbappend
+++ /dev/null
@@ -1,21 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-IS_KERNEL_RECIPE := "${@bb.data.inherits_class('kernel', d) and 'yes' or 'no'}"
-
-4A_KERNEL_SRC_URI_no = ""
-4A_KERNEL_SRC_URI_yes = ""
-
-4A_KERNEL_CONFIG_FRAGMENT_no = ""
-4A_KERNEL_CONFIG_FRAGMENT_yes = ""
-
-# ---------- 4a-sound.cfg ------------
-
-4A_KERNEL_SRC_URI_yes += "file://4a-sound.cfg"
-4A_KERNEL_CONFIG_FRAGMENT_yes += "${WORKDIR}/4a-sound.cfg"
-
-
-# append to SRC_URI and KERNEL_CONFIG_FRAGMENTS (see meta-agl/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc)
-
-SRC_URI_append = " ${4A_KERNEL_SRC_URI_${IS_KERNEL_RECIPE}}"
-KERNEL_CONFIG_FRAGMENTS_append = " ${4A_KERNEL_CONFIG_FRAGMENT_${IS_KERNEL_RECIPE}}"
-