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
This commit is contained in:
Alexandre Bard 2018-08-10 17:32:39 +02:00 committed by Patrick Zysset
parent b79bd2133f
commit 5f784332bf
1 changed files with 3 additions and 0 deletions

View File

@ -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
}