summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-08-10 10:14:21 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2017-08-10 10:14:21 +0200
commit1b984a9fec5e6e5892fad2f79e8587d06dd17641 (patch)
tree26dfbec624c9380163d00f75a8d6850dfd33c806
parenta82616a1d95bcc6bbac036570d2b61b90b0a9d63 (diff)
downloadmeta-enea-bsp-x86-1b984a9fec5e6e5892fad2f79e8587d06dd17641.tar.gz
support to copy kernel config in deploy folder moved
Since it is not specific to an architecture it was moved into meta-enea-bsp-common repo. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--recipes-kernel/linux/linux-common.inc14
-rw-r--r--recipes-kernel/linux/linux-intel.inc2
-rw-r--r--recipes-kernel/linux/linux-yocto_4.9.bbappend2
3 files changed, 2 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-common.inc b/recipes-kernel/linux/linux-common.inc
deleted file mode 100644
index 426b0ff..0000000
--- a/recipes-kernel/linux/linux-common.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1kernel_do_deploy[vardepsexclude] = "DATETIME"
2kernel_do_deploy_append () {
3
4 #
5 # Drop the regular defconfig along side the others for consistency
6 #
7 cp ${B}/.config ${DEPLOYDIR}/config-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}.config
8
9 #
10 # add symlink
11 #
12 ln -sf config-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}.config ${DEPLOYDIR}/config-${MACHINE}.config
13
14}
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index d9f563c..ec91f34 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -1,4 +1,4 @@
1require linux-common.inc 1require recipes-kernel/linux/linux-deploy-kconfig.inc
2 2
3SRCREV_metaenea ?= "28da254d1c5ae012a6e064671aa14850c2a21a25" 3SRCREV_metaenea ?= "28da254d1c5ae012a6e064671aa14850c2a21a25"
4KENEABRANCH = "intel-4.9" 4KENEABRANCH = "intel-4.9"
diff --git a/recipes-kernel/linux/linux-yocto_4.9.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend
index 42ba9f1..41e94c8 100644
--- a/recipes-kernel/linux/linux-yocto_4.9.bbappend
+++ b/recipes-kernel/linux/linux-yocto_4.9.bbappend
@@ -1,4 +1,4 @@
1require linux-common.inc 1require recipes-kernel/linux/linux-deploy-kconfig.inc
2 2
3SRCREV_metaenea ?= "5057d9d3837fc35814a402b9c0384a064d260d05" 3SRCREV_metaenea ?= "5057d9d3837fc35814a402b9c0384a064d260d05"
4KENEABRANCH = "yocto-4.9" 4KENEABRANCH = "yocto-4.9"