Skip to content

Commit

Permalink
linux-variscite: Remove redundunt devicetree-* symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Radensky committed Jun 6, 2019
1 parent 5be99d9 commit 9b273d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-kernel/linux/linux-variscite_4.14.78.bb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ do_copy_defconfig () {
cp ${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
}

pkg_postinst_kernel-devicetree_append () {
rm -f $D/boot/devicetree-*
}

pkg_postinst_kernel-devicetree_append_imx8m-var-dart () {
cd $D/boot
ln -s ${DEFAULT_DTB_PREFIX}-${DEFAULT_DTB}.dtb ${DEFAULT_DTB_PREFIX}.dtb
Expand Down

0 comments on commit 9b273d4

Please sign in to comment.