added my Recipes
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
SUMMARY = "Framework core base components for display and mutlimedia"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-core-base \
|
||||
packagegroup-framework-core-base-display \
|
||||
packagegroup-framework-core-base-mm \
|
||||
packagegroup-framework-core-base-fs \
|
||||
"
|
||||
|
||||
# Manage to provide all framework core base packages with overall one
|
||||
RDEPENDS:packagegroup-framework-core-base = "\
|
||||
packagegroup-framework-core-base-display \
|
||||
packagegroup-framework-core-base-mm \
|
||||
packagegroup-framework-core-base-fs \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-base-display = "Framework core base components for display"
|
||||
RDEPENDS:packagegroup-framework-core-base-display = "\
|
||||
libdrm \
|
||||
libdrm-tests \
|
||||
\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'libsdl2', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-base-mm = "Framework core base components for multimedia"
|
||||
RDEPENDS:packagegroup-framework-core-base-mm = "\
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-base-fs = "Framework core base components for filesystem"
|
||||
RDEPENDS:packagegroup-framework-core-base-fs = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-mount-partitions', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'userfs-cleanup-package', '', d)} \
|
||||
"
|
||||
@@ -0,0 +1,55 @@
|
||||
SUMMARY = "Framework core extra components for display and mutlimedia"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-core-extra \
|
||||
packagegroup-framework-core-extra-display \
|
||||
packagegroup-framework-core-extra-mm \
|
||||
"
|
||||
|
||||
# Manage to provide all framework core extra packages with overall one
|
||||
RDEPENDS:packagegroup-framework-core-extra = "\
|
||||
packagegroup-framework-core-extra-display \
|
||||
packagegroup-framework-core-extra-mm \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-extra-display = "Framework core extra components for display"
|
||||
RDEPENDS:packagegroup-framework-core-extra-display = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-utils', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-init', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-examples', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'tzdata', '', d)} \
|
||||
${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk+3', '', d)} \
|
||||
${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk+3-demo', '', d)} \
|
||||
\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'weston-xwayland', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'libx11-locale', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'libx11', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'libxcb', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'libxcursor', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xf86-input-evdev', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xf86-input-mouse', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xf86-input-keyboard', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xclock', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xeyes', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xinput', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xkbcomp', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xorg-minimal-fonts', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xterm', '', d)} \
|
||||
\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'kmscube', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-extra-mm = "Framework core extra components for multimedia"
|
||||
RDEPENDS:packagegroup-framework-core-extra-mm = "\
|
||||
qrencode \
|
||||
qrenc \
|
||||
"
|
||||
@@ -0,0 +1,36 @@
|
||||
SUMMARY = "Framework core components for display and mutlimedia"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-core \
|
||||
packagegroup-framework-core-display \
|
||||
packagegroup-framework-core-mm \
|
||||
"
|
||||
|
||||
# Manage to provide all framework core packages with overall one
|
||||
RDEPENDS:packagegroup-framework-core = "\
|
||||
packagegroup-framework-core-display \
|
||||
packagegroup-framework-core-mm \
|
||||
infos-openstlinux \
|
||||
gpio-udev \
|
||||
${@bb.utils.contains('ST_DEBUG_TRACE','0', 'notrace', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-display = "Framework core components for display"
|
||||
RDEPENDS:packagegroup-framework-core-display = "\
|
||||
fb-test \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-core-mm = "Framework core components for multimedia"
|
||||
RDEPENDS:packagegroup-framework-core-mm = "\
|
||||
tiff \
|
||||
libv4l \
|
||||
rc-keymaps \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gstreamer', 'packagegroup-gstreamer1-0', '', d)} \
|
||||
"
|
||||
@@ -0,0 +1,80 @@
|
||||
SUMMARY = "Framework tools base components (core,kernel,network,audio,ui,python2,python3)"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-tools-base \
|
||||
packagegroup-framework-tools-base-core \
|
||||
packagegroup-framework-tools-base-kernel \
|
||||
packagegroup-framework-tools-base-network \
|
||||
packagegroup-framework-tools-base-audio \
|
||||
packagegroup-framework-tools-base-ui \
|
||||
packagegroup-framework-tools-base-python3 \
|
||||
"
|
||||
|
||||
# Manage to provide all framework tools base packages with overall one
|
||||
RDEPENDS:packagegroup-framework-tools-base = "\
|
||||
packagegroup-framework-tools-base-core \
|
||||
packagegroup-framework-tools-base-kernel \
|
||||
packagegroup-framework-tools-base-network \
|
||||
packagegroup-framework-tools-base-audio \
|
||||
packagegroup-framework-tools-base-ui \
|
||||
packagegroup-framework-tools-base-python3 \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-core = "Framework tools base components for core"
|
||||
RDEPENDS:packagegroup-framework-tools-base-core = "\
|
||||
ckermit \
|
||||
ntp \
|
||||
coreutils \
|
||||
libiio-iiod \
|
||||
libiio-tests \
|
||||
lrzsz \
|
||||
libgpiod \
|
||||
libgpiod-tools \
|
||||
openssl-engines \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'usbgadget', 'usbotg-gadget-config', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-kernel = "Framework tools base components for kernel"
|
||||
RDEPENDS:packagegroup-framework-tools-base-kernel = "\
|
||||
can-utils \
|
||||
i2c-tools \
|
||||
strace \
|
||||
usbutils \
|
||||
\
|
||||
evtest \
|
||||
memtester \
|
||||
mtd-utils \
|
||||
v4l-utils \
|
||||
util-linux \
|
||||
util-linux-fdisk\
|
||||
pciutils \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-network = "Framework tools base components for network"
|
||||
RDEPENDS:packagegroup-framework-tools-base-network = "\
|
||||
ethtool \
|
||||
iproute2 \
|
||||
curl \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-audio = "Framework tools base components for audio"
|
||||
RDEPENDS:packagegroup-framework-tools-base-audio = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'libasound alsa-conf', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-utils', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-plugins', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-ui = "Framework tools base components for ui"
|
||||
RDEPENDS:packagegroup-framework-tools-base-ui = "\
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-base-python3 = "Framework tools base components for python3"
|
||||
RDEPENDS:packagegroup-framework-tools-base-python3 = "\
|
||||
"
|
||||
@@ -0,0 +1,98 @@
|
||||
SUMMARY = "Framework tools extra components (core,kernel,network,audio,ui,python3)"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-tools-extra \
|
||||
packagegroup-framework-tools-extra-core \
|
||||
packagegroup-framework-tools-extra-kernel \
|
||||
packagegroup-framework-tools-extra-network \
|
||||
packagegroup-framework-tools-extra-audio \
|
||||
packagegroup-framework-tools-extra-ui \
|
||||
packagegroup-framework-tools-extra-python3 \
|
||||
"
|
||||
|
||||
# Manage to provide all framework tools extra packages with overall one
|
||||
RDEPENDS:packagegroup-framework-tools-extra = "\
|
||||
packagegroup-framework-tools-extra-core \
|
||||
packagegroup-framework-tools-extra-kernel \
|
||||
packagegroup-framework-tools-extra-network \
|
||||
packagegroup-framework-tools-extra-audio \
|
||||
packagegroup-framework-tools-extra-ui \
|
||||
packagegroup-framework-tools-extra-python3 \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-core = "Framework tools extra components for core"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-core = "\
|
||||
tslib-calibrate \
|
||||
pointercal \
|
||||
\
|
||||
acl \
|
||||
bzip2 \
|
||||
cronie \
|
||||
ltrace \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-kernel = "Framework tools extra components for kernel"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-kernel = "\
|
||||
powertop \
|
||||
fio \
|
||||
\
|
||||
lmbench \
|
||||
nbench-byte \
|
||||
iozone3 \
|
||||
bonnie++ \
|
||||
bonnie-scripts \
|
||||
ltp \
|
||||
elfutils \
|
||||
formfactor \
|
||||
\
|
||||
lirc \
|
||||
\
|
||||
dhrystone \
|
||||
"
|
||||
|
||||
RDEPENDS:packagegroup-framework-tools-extra-kernel:append:arm = "\
|
||||
cpuburn-arm \
|
||||
"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-kernel:append:aarch64 = "\
|
||||
cpuburn-arm \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-network = "Framework tools extra components for network"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-network = "\
|
||||
iperf3 \
|
||||
netperf \
|
||||
bridge-utils \
|
||||
vlan \
|
||||
libnl \
|
||||
connman \
|
||||
connman-client \
|
||||
net-snmp \
|
||||
\
|
||||
neard \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-audio = "Framework tools extra components for audio"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-audio = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-utils-aplay', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-ui = "Framework tools extra components for ui"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-ui = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11perf', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtkperf', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-extra-python3 = "Framework tools extra components for python3"
|
||||
RDEPENDS:packagegroup-framework-tools-extra-python3 = "\
|
||||
python3-pip \
|
||||
python3-pytest \
|
||||
python3-lxml \
|
||||
python3-setuptools \
|
||||
"
|
||||
@@ -0,0 +1,125 @@
|
||||
SUMMARY = "Framework tools components (core,kernel,network,audio,ui,python3)"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = "\
|
||||
packagegroup-framework-tools \
|
||||
packagegroup-framework-tools-core \
|
||||
packagegroup-framework-tools-kernel \
|
||||
packagegroup-framework-tools-network \
|
||||
packagegroup-framework-tools-audio \
|
||||
packagegroup-framework-tools-ui \
|
||||
packagegroup-framework-tools-python3 \
|
||||
"
|
||||
|
||||
# Manage to provide all framework tools packages with overall one
|
||||
RDEPENDS:packagegroup-framework-tools = "\
|
||||
packagegroup-framework-tools-core \
|
||||
packagegroup-framework-tools-kernel \
|
||||
packagegroup-framework-tools-network \
|
||||
packagegroup-framework-tools-audio \
|
||||
packagegroup-framework-tools-ui \
|
||||
packagegroup-framework-tools-python3 \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-core = "Framework tools components for core"
|
||||
RDEPENDS:packagegroup-framework-tools-core = "\
|
||||
grep \
|
||||
util-linux \
|
||||
util-linux-lscpu\
|
||||
procps \
|
||||
kbd \
|
||||
file \
|
||||
bc \
|
||||
e2fsprogs \
|
||||
e2fsprogs-resize2fs \
|
||||
sysstat \
|
||||
minicom \
|
||||
systemtap \
|
||||
gptfdisk \
|
||||
rng-tools \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'rng-tools-service', '', d)} \
|
||||
apt-openstlinux \
|
||||
bzip2 \
|
||||
tar \
|
||||
wget \
|
||||
xz \
|
||||
cracklib \
|
||||
db \
|
||||
sqlite3 \
|
||||
rt-tests \
|
||||
stm32-ddr-tools \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-kernel = "Framework tools components for kernel"
|
||||
RDEPENDS:packagegroup-framework-tools-kernel = "\
|
||||
cpufrequtils \
|
||||
sysfsutils \
|
||||
dosfstools \
|
||||
mmc-utils \
|
||||
blktool \
|
||||
mtd-utils-ubifs \
|
||||
sysprof \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-network = "Framework tools components for network"
|
||||
RDEPENDS:packagegroup-framework-tools-network = "\
|
||||
tcpdump \
|
||||
packagegroup-core-full-cmdline-extended \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'iw', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'wpa-supplicant', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'hostapd', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'wireless-regdb-static', '', d)} \
|
||||
openssh-sftp \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-networkd-configuration', '', d)} \
|
||||
usbip uhubctl \
|
||||
bridge-utils \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-audio = "Framework tools components for audio"
|
||||
RDEPENDS:packagegroup-framework-tools-audio = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-misc', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-module-combine-sink', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio bluetooth', 'pulseaudio-module-bluetooth-discover', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio bluetooth', 'pulseaudio-module-bluetooth-policy', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio bluetooth', 'pulseaudio-module-bluez5-device', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio bluetooth', 'pulseaudio-module-bluez5-discover', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-ui = "Framework tools components for ui"
|
||||
RDEPENDS:packagegroup-framework-tools-ui = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xvinfo', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', 'glmark2', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', 'netdata', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', 'lmsensors-libsensors lmsensors-sensors', '', d)} \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-framework-tools-python3 = "Framework tools components for python3"
|
||||
RDEPENDS:packagegroup-framework-tools-python3 = "\
|
||||
python3-datetime \
|
||||
python3-dateutil \
|
||||
python3-distutils \
|
||||
python3-email \
|
||||
python3-fcntl \
|
||||
python3-io \
|
||||
python3-logging \
|
||||
python3-misc \
|
||||
python3-numbers \
|
||||
python3-pycairo \
|
||||
python3-pygobject \
|
||||
python3-pyparsing \
|
||||
python3-shell \
|
||||
python3-stringold \
|
||||
python3-threading \
|
||||
python3-unittest \
|
||||
python3-pyyaml \
|
||||
python3-pexpect \
|
||||
python3-evdev \
|
||||
"
|
||||
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Gstreamer 1.0 components"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.0-or-later;md5=6d2d9952d88b50a51a5c73dc431d06c7"
|
||||
|
||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-gstreamer1-0 \
|
||||
"
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
RDEPENDS:packagegroup-gstreamer1-0 = "\
|
||||
gstreamer1.0-plugins-base-meta \
|
||||
gstreamer1.0-plugins-base \
|
||||
gstreamer1.0-plugins-good-meta \
|
||||
gstreamer1.0-plugins-bad-meta \
|
||||
gstreamer1.0-plugins-ugly-meta \
|
||||
\
|
||||
gstreamer1.0-libav \
|
||||
gstreamer1.0-rtsp-server-meta \
|
||||
"
|
||||
@@ -0,0 +1,15 @@
|
||||
RDEPENDS:${PN} += "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-launcher', '', d)} \
|
||||
\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-application-netdata-hotspot', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-application-camera', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-application-video', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-application-3d-cube', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'demo-application-bluetooth', '', d)} \
|
||||
"
|
||||
|
||||
AI_DEMO_APPLICATION = "${@bb.utils.contains('MACHINE_FEATURES', 'm4copro', 'ai-hand-char-reco-launcher', '', d)} "
|
||||
RDEPENDS:${PN}:append:stm32mpcommon = " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '${AI_DEMO_APPLICATION}', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user