Wind River Support Network

HomeDefectsLIN1023-1412
Fixed

LIN1023-1412 : It fails to compile webkitgtk with Yocto bsp beaglebone-yocto

Created: Jul 20, 2023    Updated: May 25, 2025
Resolved Date: May 25, 2025
Found In Version: 10.23.30.1
Fix Version: 10.23.30.17
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Userspace

Description

It fails to compile webkitgtk with Yocto bsp beaglebone-yocto.

Steps to Reproduce

Build in ubuntu2004_64 x86_64
Branch being built is WRLINUX_10_23_LTS
Logfiles are 00-wrconfig.log and 00-wrbuild.log
Relevant bits of the config were:
    setup.sh --distro=wrlinux-graphics --machine=beaglebone-yocto --dl-layers --all-layers --repo-verbose --verbose --accept-eula=yes
    notconfigure_post_override.sh --send-error-report=yes --xz-memorylimit=20G --jobs=10 --parallel-pkgbuilds=12 --cmake-jobs=10
    bitbake webkitgtk

======!!!NOTE!!!======
This is local.conf/auto.conf for you reference to reproduce defect, please real bug reportor
add the steps from wraxl mail, configs like -{-}dl-layers/{-}-all-layer are not in local.conf/auto.conf

Local.conf:
BB_NO_NETWORK ?= '1'
BB_FETCH_PREMIRRORONLY ?= '${@d.getVar('BB_NO_NETWORK') or 0}'
WRTEMPLATE ?= ""
MACHINE ??= "beaglebone-yocto"
DISTRO ??= "wrlinux-graphics"
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats"
IMAGE_FSTYPES += "tar.bz2"
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"
DISTRO_FEATURES:append = " systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
KERNEL_FEATURES:append = " cfg/systemd.scc"
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
CONF_VERSION = "2"
OVERRIDES:append = ":osv-wrlinux"
require wrlinux-distro/conf/distro/include/wrlinux-uninative.inc
PSEUDO_IGNORE_PATHS .= ",/home/wrlbuild/builds/builds-b0793696-f9c6-4ee3-a8c6-ddaf310ad4e0/bin"
require conf/wrlinux-recipelists.inc
SKIP_RECIPE[luajit] ?= "LINCD-11370 luajit is skipped since lib32-luajit needs 32bit dev packages installed on host, but wrlinux binary image not support 32bit dev packages"
SKIP_RECIPE[bcc] ?= "skip since it depends on luajit"
INHERIT += "rm_work"
PARALLEL_MAKE = "-j 10"
BB_NUMBER_THREADS = "12"
EXTRA_OECMAKE_BUILD += "-j 10"
USER_CLASSES += "buildstats buildstats-summary"
IMAGE_FSTYPES:forcevariable = ""
BB_NO_NETWORK = "1"
BB_PRESSURE_MAX_CPU = "500"
BB_PRESSURE_MAX_IO = "200"
BB_PRESSURE_MAX_MEMORY = "200"
INHERIT += "report-error"
BAZEL_JOBS = "5"
PARALLEL_MAKE:pn-nodejs = "-j 4"
GPG_PATH = "/tmp/gnupg"
XZ_MEMLIMIT = "20G"
ENABLE_PUSH_SERVER = "no"
Live chat
Online