1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

ZCU106/fpga_zynqmp/ps/petalinux/: rootfs: Enable and include layer meta-corundum and its recipes

Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
This commit is contained in:
Joachim Foerster 2021-10-14 13:18:42 +02:00
parent 442a24c5a7
commit 1191908e68
3 changed files with 7 additions and 1 deletions

View File

@ -297,4 +297,5 @@ CONFIG_YOCTO_NETWORK_SSTATE_FEEDS_URL="http://petalinux.xilinx.com/sswreleases/r
#
# User Layers
#
CONFIG_USER_LAYER_0=""
CONFIG_USER_LAYER_0="${PROOT}/../../../../../../meta-corundum"
CONFIG_USER_LAYER_1=""

View File

@ -4178,6 +4178,8 @@ CONFIG_auto-login=y
#
CONFIG_iperf2=y
CONFIG_iputils-ping=y
CONFIG_kernel-module-mqnic=y
CONFIG_mqnic-tools=y
#
# PetaLinux RootFS Settings

View File

@ -6,3 +6,6 @@ CONFIG_peekpoke
CONFIG_iputils-ping
CONFIG_iperf2
CONFIG_kernel-module-mqnic
CONFIG_mqnic-tools