mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-26 19:17:05 +00:00
arm-bsp/fvp-base*: no need to remove rng-tools from openssh
Since oe-core 868dfb4 rng-tools is no longer depended on by openssh, so we don't need to remove it ourself. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -25,9 +25,7 @@ EFI_PROVIDER ?= "grub-efi"
|
|||||||
MACHINE_FEATURES:append = " efi"
|
MACHINE_FEATURES:append = " efi"
|
||||||
|
|
||||||
# As this is a virtual target that will not be used in the real world there is
|
# As this is a virtual target that will not be used in the real world there is
|
||||||
# no need for real SSH keys. Disable rng-tools (which takes too long to
|
# no need for real SSH keys.
|
||||||
# initialise) and install the pre-generated keys.
|
|
||||||
PACKAGECONFIG:remove:pn-openssh = "rng-tools"
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys"
|
MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys"
|
||||||
|
|
||||||
# testimage configuration
|
# testimage configuration
|
||||||
|
|||||||
@@ -19,9 +19,7 @@ KERNEL_DEVICETREE = "arm/fvp-base-revc.dtb"
|
|||||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"
|
EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"
|
||||||
|
|
||||||
# As this is a virtual target that will not be used in the real world there is
|
# As this is a virtual target that will not be used in the real world there is
|
||||||
# no need for real SSH keys. Disable rng-tools (which takes too long to
|
# no need for real SSH keys.
|
||||||
# initialise) and install the pre-generated keys.
|
|
||||||
PACKAGECONFIG:remove:pn-openssh = "rng-tools"
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys"
|
MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys"
|
||||||
|
|
||||||
TEST_TARGET = "OEFVPTarget"
|
TEST_TARGET = "OEFVPTarget"
|
||||||
|
|||||||
Reference in New Issue
Block a user