From 17876628fe0835089b29c512b24b8f5ca1dbd4eb Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Wed, 8 Jan 2020 12:37:14 -0800 Subject: [PATCH] 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 --- recipes-core/busybox/busybox/cksum.cfg | 1 + recipes-core/busybox/busybox_%.bbappend | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 recipes-core/busybox/busybox/cksum.cfg create mode 100644 recipes-core/busybox/busybox_%.bbappend diff --git a/recipes-core/busybox/busybox/cksum.cfg b/recipes-core/busybox/busybox/cksum.cfg new file mode 100644 index 00000000..c3171b94 --- /dev/null +++ b/recipes-core/busybox/busybox/cksum.cfg @@ -0,0 +1 @@ +CONFIG_CKSUM=y diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 00000000..519e1ae1 --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +SRC_URI += "file://cksum.cfg"