summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-deploy-kconfig.inc
blob: 426b0ff05b0bd6bdbe71b90a41377fae1bb862cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
kernel_do_deploy[vardepsexclude] = "DATETIME"
kernel_do_deploy_append () {

     #
     # Drop the regular defconfig along side the others for consistency
     #
     cp ${B}/.config ${DEPLOYDIR}/config-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}.config

     #
     # add symlink
     #
     ln -sf config-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}.config ${DEPLOYDIR}/config-${MACHINE}.config

}