GoldVIP yocto build issue of K3s

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GoldVIP yocto build issue of K3s

687 Views
Wzlinux
Contributor III

Hi dear NXP

I follow User guide do the GoldVIP Yocto build. But get the follow issue. 
Could you help to take a look at this issue? thank you.issue.png

Tags (1)
0 Kudos
Reply
3 Replies

673 Views
carlos_o
NXP TechSupport
NXP TechSupport

Hi @Wzlinux,

Which version of GOLDVIP are you trying to build?

Please make sure you run all the prerequisites before building.

Did you modify some configuration for this build? 

0 Kudos
Reply

666 Views
Wzlinux
Contributor III
Hi @carlos_o
Thanks. the version is V1.13.
the follow is my configuration for this build. no other change. I have not install the docker (Chapter 6 in the user guide doc)in my PC . will this impact my yocto build?

MACHINE ??= 's32g399ardb3'
DISTRO ?= 'fsl-goldvip-no-hv'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS ??= "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
CONF_VERSION = "2"

# Parallelism Options
BB_NUMBER_THREADS = "34"
PARALLEL_MAKE = "-j 25"
DL_DIR = "/home/wz/nxp-yocto-goldvip/downloads"
SSTATE_DIR = "/home/wz/nxp-yocto-goldvip/sstate-cache"
ACCEPT_FSL_EULA = "1"


LICENSE_FLAGS_ACCEPTED:append = " commercial_rti-connext-dds"
LICENSE_FLAGS_ACCEPTED:append = " commercial_elektrobit"
GOLDVIP_BINARIES_DIR = "/home/wz/Shared/GoldVip_1.13/GoldVIP-S32G3-1.13.0/binaries"
NXP_FIRMWARE_LOCAL_DIR = "/home/wz/Shared/GoldVip_1.13"
0 Kudos
Reply

650 Views
carlos_o
NXP TechSupport
NXP TechSupport

Hi @Wzlinux,

The Docker image is required in some GoldVIP use cases. So please, follow the Chapter 6 of the User Manual and let me know what you get. 

0 Kudos
Reply