From 1a301cc18ca53aeb910fdb23bf93bbd37a5d033f Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 13 Jan 2020 10:50:39 +0100 Subject: [PATCH] busybox: Enable cryptpw This tool is used to generate the bootloader password. BugzID: 59950 --- recipes-core/busybox/busybox/cryptpw.cfg | 2 ++ recipes-core/busybox/busybox_%.bbappend | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 recipes-core/busybox/busybox/cryptpw.cfg diff --git a/recipes-core/busybox/busybox/cryptpw.cfg b/recipes-core/busybox/busybox/cryptpw.cfg new file mode 100644 index 0000000..76b8f93 --- /dev/null +++ b/recipes-core/busybox/busybox/cryptpw.cfg @@ -0,0 +1,2 @@ +# Mon Jan 13 08:08:27 2020 +CONFIG_CRYPTPW=y diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 64cdefc..6cbc9a2 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -8,5 +8,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += " \ - file://no_rfkill.cfg \ - " + file://no_rfkill.cfg \ + file://cryptpw.cfg \ +"