diff options
| author | Martin Borg <martin.borg@enea.com> | 2017-08-24 15:48:38 +0200 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2017-08-24 15:48:52 +0200 |
| commit | 5d72e4c556016bd800d1c19448228a68757f1129 (patch) | |
| tree | fe0448e7bca12ff0275252ed6946456e16311c7f | |
| parent | 0ad35fda8924b89f571f0437c3fd67ab768b823e (diff) | |
| parent | f227a2738e09996d0d88891e786dedd8f81930ed (diff) | |
| download | meta-enea-bsp-common-5d72e4c556016bd800d1c19448228a68757f1129.tar.gz | |
Merge branch 'octeontx-bsp' into pyro
Signed-off-by: Martin Borg <martin.borg@enea.com>
| -rw-r--r-- | recipes-kernel/linux/linux-deploy-kconfig.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-deploy-kconfig.inc b/recipes-kernel/linux/linux-deploy-kconfig.inc new file mode 100644 index 0000000..426b0ff --- /dev/null +++ b/recipes-kernel/linux/linux-deploy-kconfig.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | kernel_do_deploy[vardepsexclude] = "DATETIME" | ||
| 2 | kernel_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 | } | ||
