Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Original :
- IMAGE_FEATURES += " \
- debug-tweaks \
- tools-profile \
- splash \
- nfs-server \
- tools-debug \
- ssh-server-dropbear \
- tools-testapps \
- hwcodecs \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
- bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base x11-sato', \
- '', d), d)} \
- "
- CORE_IMAGE_EXTRA_INSTALL += " \
- packagegroup-core-full-cmdline \
- packagegroup-tools-bluetooth \
- packagegroup-fsl-tools-audio \
- packagegroup-fsl-tools-gpu \
- packagegroup-fsl-tools-gpu-external \
- packagegroup-fsl-tools-testapps \
- packagegroup-fsl-tools-benchmark \
- packagegroup-fsl-gstreamer1.0 \
- packagegroup-fsl-gstreamer1.0-full \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-init', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'weston-xwayland xterm', '', d)} \
- "
- Mine:
- IMAGE_FEATURES += " \
- ssh-server-dropbear \
- hwcodecs \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \
- bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base ', \
- '', d), d)} \
- "
- CORE_IMAGE_EXTRA_INSTALL += " \
- packagegroup-fsl-tools-audio \
- packagegroup-fsl-tools-gpu \
- packagegroup-fsl-gstreamer1.0 \
- packagegroup-fsl-gstreamer1.0-full \
- ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston-init', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'weston-xwayland xterm', '', d)} \
- "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement