From: Josep Orga Date: Wed, 9 Jun 2021 10:22:09 +0000 (+0200) Subject: meta-somdevices: somdevices-images: Updated somdevices-multimedia, somdevices-full... X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=ea8dd8b2a5bc952c2c78ca48de35f1b3eca1ef98;p=meta-somdevices.git meta-somdevices: somdevices-images: Updated somdevices-multimedia, somdevices-full and somdevices-qt5-validation: · somdevices-multimedia: Removed some packages. · somdevices-full: Added qt5 packages. · somdevices-qt5-validation: Added somdevices-multimedia previous packages and removed other packages. Signed-off-by: Josep Orga --- diff --git a/recipes-somdevices/images/somdevices-full.bb b/recipes-somdevices/images/somdevices-full.bb index b4fa2fd..bf02b96 100644 --- a/recipes-somdevices/images/somdevices-full.bb +++ b/recipes-somdevices/images/somdevices-full.bb @@ -1,6 +1,5 @@ -# Copyright (C) 2015 Freescale Semiconductor -# Copyright 2017-2019 NXP -# Released under the MIT license (see COPYING.MIT for the terms) +DESCRIPTION = "SOMDEVICES Image - Add Qt5" +LICENSE = "MIT" require somdevices-multimedia.bb @@ -19,4 +18,6 @@ OPENCV_PKGS_append_imxgpu = " \ IMAGE_INSTALL += " \ ${OPENCV_PKGS} \ ${ML_PKGS} \ + packagegroup-qt5-imx \ + packagegroup-qt5-toolchain-target \ " diff --git a/recipes-somdevices/images/somdevices-multimedia.bb b/recipes-somdevices/images/somdevices-multimedia.bb index 8ea7904..2100667 100644 --- a/recipes-somdevices/images/somdevices-multimedia.bb +++ b/recipes-somdevices/images/somdevices-multimedia.bb @@ -1,29 +1,10 @@ # Copyright (C) 2015 Freescale Semiconductor -# Copyright 2017-2019 NXP -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "NXP Image to validate i.MX machines. \ -This image contains everything used to test i.MX machines including GUI, \ -demos and lots of applications. This creates a very large image, not \ -suitable for production." +DESCRIPTION = "SOMDEVICES Image - Add multimedia functionalities" LICENSE = "MIT" require somdevices-minimal.bb -### WARNING: This image is NOT suitable for production use and is intended -### to provide a way for users to reproduce the image used during -### the validation process of i.MX BSP releases. - -## Select Image Features IMAGE_FEATURES += " \ - debug-tweaks \ - tools-profile \ - package-management \ - 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', \ @@ -33,13 +14,6 @@ ERPC_COMPS ?= "" ERPC_COMPS_append_mx7ulp = "packagegroup-imx-erpc" 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)} \ diff --git a/recipes-somdevices/images/somdevices-qt5-validation.bb b/recipes-somdevices/images/somdevices-qt5-validation.bb index 53caa1d..02663fe 100644 --- a/recipes-somdevices/images/somdevices-qt5-validation.bb +++ b/recipes-somdevices/images/somdevices-qt5-validation.bb @@ -1,32 +1,29 @@ -DESCRIPTION = "NXP Image - Adds Qt5" +DESCRIPTION = "SOMDEVICES Image - Add test functionalities" LICENSE = "MIT" require somdevices-full.bb -IMAGE_INSTALL += " \ - packagegroup-qt5-imx \ - packagegroup-qt5-webengine \ - packagegroup-qt5-toolchain-target \ - sshd \ - python-pyserial \ +IMAGE_FEATURES += " \ + debug-tweaks \ + tools-profile \ + package-management \ + splash \ + nfs-server \ + tools-debug \ + ssh-server-dropbear \ + tools-testapps \ +" + +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 \ dhcp-client \ - iw \ - wpa-supplicant \ - i2c-tools \ alsa-utils \ - ppp \ - tzdata \ - python-six \ - bluez5 \ - iproute2 \ - can-utils \ - python-future \ - python-pprint \ - python-difflib \ - python-modules \ - python-requests \ - usb-modeswitch \ - avahi-utils \ cmake \ libogg \ protobuf \ @@ -37,9 +34,7 @@ IMAGE_INSTALL += " \ vorbis-tools \ tremor \ nodejs \ - hostapd \ nodejs-npm \ - python-pip \ dnsmasq \ packagegroup-sdk-target \ qtwebkit \