From 710b75422eec5b024b59d5b4632f901069af68c5 Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Fri, 15 Jan 2021 14:48:02 +0100 Subject: [PATCH] image-dev: add system state framework. BugzID: 69520 Signed-off-by: Lucien Mueller --- recipes-core/images/netmodule-linux-image-dev.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/images/netmodule-linux-image-dev.bb b/recipes-core/images/netmodule-linux-image-dev.bb index 2be613d..de7daf8 100644 --- a/recipes-core/images/netmodule-linux-image-dev.bb +++ b/recipes-core/images/netmodule-linux-image-dev.bb @@ -43,6 +43,7 @@ BENCH_TOOLS_cortexa8hf-neon_append = " cpuburn-neon " IMAGE_INSTALL_remove_aarch64 = "benchmarking-cpu" IMAGE_INSTALL_append = " \ + packagegroup-system-state-framework \ lrzsz \ ${BENCH_TOOLS} \ ${EASY_EDITOR} \