From b1dd4d5480d740d36035470dd70f2380ad48e4cc Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 15 Jan 2024 15:44:10 +0800 Subject: [PATCH] openssh: Remove the bbappend The bbappend is added to disable rng-tools originally as [1], but the rng-tools has been already removed in oe-core as [2]. So no need to keep this bbappend which used to disable rng-tools. And the means used to disable rng-tools [1] also make the sshd service not work after the logic [3] introduced. So remove the useless bbappend. [1] https://github.com/Freescale/meta-freescale-distro/commit/131b33554d8617b8c02fe932eb4624a1d7b701a7 [2] https://git.openembedded.org/openembedded-core/commit/?id=868dfb46d96a27ec9041cb902fb769330277257d [3] https://git.openembedded.org/openembedded-core/commit/?id=bc830ad3c6a11af1a350dca7f33f0682aeee0d21 Signed-off-by: Mingli Yu --- recipes-connectivity/openssh/openssh_%.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes-connectivity/openssh/openssh_%.bbappend diff --git a/recipes-connectivity/openssh/openssh_%.bbappend b/recipes-connectivity/openssh/openssh_%.bbappend deleted file mode 100644 index 6486fa9..0000000 --- a/recipes-connectivity/openssh/openssh_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -PACKAGECONFIG:mx6-nxp-bsp ??= "" -PACKAGECONFIG:mx7-nxp-bsp ??= "" -PACKAGECONFIG:mx8-nxp-bsp ??= ""