summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-common.inc
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 /recipes-kernel/linux/linux-common.inc
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>
Diffstat (limited to 'recipes-kernel/linux/linux-common.inc')
-rw-r--r--recipes-kernel/linux/linux-common.inc14
1 files changed, 0 insertions, 14 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}