busybox: add bbappend

to make sure that the 'cksum' command is included in
the busybox build.  The tegra210 bootloader update
script requires it.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2020-01-08 12:37:14 -08:00
parent 3988187d43
commit 17876628fe
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
CONFIG_CKSUM=y

View File

@@ -0,0 +1,2 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI += "file://cksum.cfg"