From 5f784332bf3c136fe76360a5433dda21dc74e657 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 10 Aug 2018 17:32:39 +0200 Subject: [PATCH] hw18: dtb: Create symlink with name nbhw18 The board descriptor reference the devicetree as ..nbhw18.. And by now the actual name of the devicetree is ..nrhw18.. This symlink is needed to keep the compatiblity with NBSW --- recipes-kernel/linux/linux-netmodule_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 938da7e..943c10d 100755 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -42,3 +42,6 @@ do_install_append(){ cp Module.symvers ${STAGING_KERNEL_BUILDDIR}/ } +do_install_append_armada-385-nrhw18() { + ln -s devicetree-${DTB_SYMLINK_NAME}.dtb ${D}/${KERNEL_IMAGEDEST}/armada-385-nbhw18-prod4.dtb +}