From: Denys Dmytriyenko <[email protected]> Move docker.cfg config fragment to common files/ directory to be accessible by rt/systest variants of the linux-ti-staging kernel.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-kernel/linux/docker.inc | 2 ++ .../recipes-kernel/linux/{linux-ti-staging => files}/docker.cfg | 0 2 files changed, 2 insertions(+) rename meta-arago-distro/recipes-kernel/linux/{linux-ti-staging => files}/docker.cfg (100%) diff --git a/meta-arago-distro/recipes-kernel/linux/docker.inc b/meta-arago-distro/recipes-kernel/linux/docker.inc index 63a01ba..51eaf8d 100644 --- a/meta-arago-distro/recipes-kernel/linux/docker.inc +++ b/meta-arago-distro/recipes-kernel/linux/docker.inc @@ -1,2 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + SRC_URI += "file://docker.cfg" KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/docker.cfg" diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging/docker.cfg b/meta-arago-distro/recipes-kernel/linux/files/docker.cfg similarity index 100% rename from meta-arago-distro/recipes-kernel/linux/linux-ti-staging/docker.cfg rename to meta-arago-distro/recipes-kernel/linux/files/docker.cfg -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13441): https://lists.yoctoproject.org/g/meta-arago/message/13441 Mute This Topic: https://lists.yoctoproject.org/mt/87776344/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
