From dc2acc606b8aef5157988ad99668b73ed4e90042 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 30 May 2022 20:39:26 +0300 Subject: [PATCH] initramfs-test-image: enable debugcc tool Add debugcc package to ease debugging of the clock controllers. Compressed image growth is about 10 KiB. Signed-off-by: Dmitry Baryshkov --- recipes-test/images/initramfs-test-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-test/images/initramfs-test-image.bb b/recipes-test/images/initramfs-test-image.bb index aaf551f..a81c0af 100644 --- a/recipes-test/images/initramfs-test-image.bb +++ b/recipes-test/images/initramfs-test-image.bb @@ -9,6 +9,7 @@ PACKAGE_INSTALL += " \ alsa-utils-speakertest \ bluez5 \ bootrr \ + debugcc \ dhcpcd \ diag \ dropbear \