From 888c731f3867e4f7bdcf851e6d81428295ac57eb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 13 Dec 2019 12:25:24 +0100 Subject: images: drop lxde-image, lxqt-image, qt5-x11-image As no image uses firefox, stop touching the recipe. Thus this layer no longer depends on meta-browser. As no image uses lxde, stop touching the recipes. Thus this layer no longer depends on meta-lxde. Related-to: ELB-1284 Signed-off-by: Max Krummenacher --- recipes-images/images/lx.inc | 12 -- recipes-images/images/lxde-image.bb | 203 ----------------------------- recipes-images/images/lxqt-image.bb | 222 -------------------------------- recipes-images/images/qt5-x11-image.bb | 191 ---------------------------- recipes-images/images/tdx-extra.inc | 226 --------------------------------- 5 files changed, 854 deletions(-) delete mode 100644 recipes-images/images/lx.inc delete mode 100644 recipes-images/images/lxde-image.bb delete mode 100644 recipes-images/images/lxqt-image.bb delete mode 100644 recipes-images/images/qt5-x11-image.bb delete mode 100644 recipes-images/images/tdx-extra.inc (limited to 'recipes-images/images') diff --git a/recipes-images/images/lx.inc b/recipes-images/images/lx.inc deleted file mode 100644 index 4c82a6b..0000000 --- a/recipes-images/images/lx.inc +++ /dev/null @@ -1,12 +0,0 @@ -IMAGE_INSTALL += " \ - packagegroup-lxde-extended \ - \ - xinput-calibrator \ - \ - openbox \ - openbox-theme-clearlooks \ - openbox-theme-onyx \ - hicolor-icon-theme \ - lxdm \ - l3afpad \ -" diff --git a/recipes-images/images/lxde-image.bb b/recipes-images/images/lxde-image.bb deleted file mode 100644 index 60ed1b5..0000000 --- a/recipes-images/images/lxde-image.bb +++ /dev/null @@ -1,203 +0,0 @@ -SUMMARY = "Toradex Embedded Linux Demo with LXDE" -SUMMARY_append_apalis-tk1-mainline = " (Mainline)" -DESCRIPTION = "Image with the LXDE desktop environment" - -LICENSE = "MIT" - -inherit core-image - -# Most LXDE components don't even compile without native X11 support, -# so make this fail early. -COMPATIBLE_MACHINE_mx8 = "(^$)" - -#start of the resulting deployable tarball name -export IMAGE_BASENAME = "LXDE-Image" -MACHINE_NAME ?= "${MACHINE}" -IMAGE_NAME = "${MACHINE_NAME}_${IMAGE_BASENAME}" - -SYSTEMD_DEFAULT_TARGET = "graphical.target" - -IMAGE_FEATURES += " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ - '', d), d)} \ -" - -IMAGE_LINGUAS = "en-us" -#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" -#ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; ' - -ROOTFS_PKGMANAGE_PKGS ?= '${@oe.utils.conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE}", d)}' - -CONMANPKGS ?= "connman connman-client connman-gnome" - -IMAGE_BROWSER = "firefox" -#keep the rootfs size small -IMAGE_BROWSER_colibri-imx6ull = "" - -# this would pull in a large amount of gst-plugins, we only add a selected few -# gstreamer1.0-plugins-base-meta -# gstreamer1.0-plugins-good-meta -# gstreamer1.0-plugins-bad-meta -# gst-ffmpeg -GSTREAMER = " \ - gstreamer1.0 \ - gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-base-alsa \ - gstreamer1.0-plugins-base-audioconvert \ - gstreamer1.0-plugins-base-audioresample \ - gstreamer1.0-plugins-base-audiotestsrc \ - gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ogg \ - gstreamer1.0-plugins-base-theora \ - gstreamer1.0-plugins-base-videotestsrc \ - gstreamer1.0-plugins-base-vorbis \ - gstreamer1.0-plugins-good-audioparsers \ - gstreamer1.0-plugins-good-autodetect \ - gstreamer1.0-plugins-good-avi \ - gstreamer1.0-plugins-good-deinterlace \ - gstreamer1.0-plugins-good-id3demux \ - gstreamer1.0-plugins-good-isomp4 \ - gstreamer1.0-plugins-good-matroska \ - gstreamer1.0-plugins-good-multifile \ - gstreamer1.0-plugins-good-rtp \ - gstreamer1.0-plugins-good-rtpmanager \ - gstreamer1.0-plugins-good-udp \ - gstreamer1.0-plugins-good-video4linux2 \ - gstreamer1.0-plugins-good-wavenc \ - gstreamer1.0-plugins-good-wavparse \ -" -# No longer available -# gst-plugins-base-decodebin \ -# gst-plugins-base-decodebin2 \ -# gst-plugins-base-playbin \ -# gst-plugins-ugly-asf \ -#" - -GSTREAMER_MX6QDL = " \ - gstreamer1.0-plugins-base-ximagesink \ - gstreamer1.0-plugins-imx \ -" -GSTREAMER_append_mx6q = "${GSTREAMER_MX6QDL}" -GSTREAMER_append_mx6dl = "${GSTREAMER_MX6QDL}" - -GSTREAMER_colibri-imx6ull = "" - -GSTREAMER_append_mx7 = " \ - gstreamer1.0-plugins-base-ximagesink \ - imx-gst1.0-plugin \ -" -# No longer available -# gst-plugins-gl \ -# gst-fsl-plugin \ -# - -GSTREAMER_append_tegra124 = " \ - ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ - gstreamer1.0-plugins-bad-videoparsersbad \ - libgstcodecparsers-1.0 \ - libgstnvegl \ - libgstomx-1.0 \ -" -IMAGE_INSTALL_append_tegra124 = " \ - gpio-tool \ - gnome-disk-utility \ - libglu \ - mesa-demos \ - freeglut \ - mime-support \ - tiff \ - xvinfo \ - \ -" -IMAGE_INSTALL_append_tegra124m = " \ - gpio-tool \ - gnome-disk-utility \ - libglu \ - mesa-demos \ - freeglut \ - mime-support \ - tiff \ - xvinfo \ - \ -" -IMAGE_INSTALL_MX6QDL = " \ - gpio-tool \ - packagegroup-fsl-gpu-libs \ - libopencl-imx \ - gnome-disk-utility \ - mime-support \ -" -IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" -IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" - -IMAGE_INSTALL_append_mx7 = " \ - gpio-tool \ - gnome-disk-utility \ - mime-support \ -" -IMAGE_INSTALL_append_colibri-imx6ull = " \ - gpio-tool \ -" - -# Packages which might be empty or no longer available -RRECOMMENDS_${PN} += " \ - xserver-xorg-multimedia-modules \ - xserver-xorg-extension-dbe \ - xserver-xorg-extension-extmod \ -" - -IMAGE_INSTALL += " \ - eject \ - gconf \ - gvfs \ - gvfsd-trash \ - xdg-utils \ - \ - libgsf \ - libxres \ - makedevs \ - xcursor-transparent-theme \ - zeroconf \ - packagegroup-boot \ - packagegroup-basic \ - udev-extra-rules \ - ${CONMANPKGS} \ - ${ROOTFS_PKGMANAGE_PKGS} \ - timestamp-service \ - xserver-common \ - xauth \ - xhost \ - xset \ - setxkbmap \ - \ - xrdb \ - xorg-minimal-fonts xserver-xorg-utils \ - scrot \ - unclutter \ - \ - libxdamage libxvmc libxinerama \ - libxcursor \ - \ - bash \ - \ - ${GSTREAMER} \ - v4l-utils \ - libpcre \ - libpcreposix \ - libxcomposite \ - alsa-states \ - ${IMAGE_BROWSER} \ -" -# gnome-vfs \ -# gnome-vfs-plugin-file \ -# florence3 \ -# - -require recipes-images/images/lx.inc -require recipes-images/images/tdx-extra.inc - -IMAGE_DEV_MANAGER = "udev" -IMAGE_INIT_MANAGER = "systemd" -IMAGE_INITSCRIPTS = " " -IMAGE_LOGIN_MANAGER = "busybox shadow" diff --git a/recipes-images/images/lxqt-image.bb b/recipes-images/images/lxqt-image.bb deleted file mode 100644 index 5420e4c..0000000 --- a/recipes-images/images/lxqt-image.bb +++ /dev/null @@ -1,222 +0,0 @@ -SUMMARY = "Toradex Embedded Linux Demo with LXQT" -SUMMARY_append_apalis-tk1-mainline = " (Mainline)" -DESCRIPTION = "Image with the LXQT desktop environment" - -LICENSE = "MIT" - -inherit core-image - -#start of the resulting deployable tarball name -export IMAGE_BASENAME = "LXQt-Image" -MACHINE_NAME ?= "${MACHINE}" -IMAGE_NAME = "${MACHINE_NAME}_${IMAGE_BASENAME}" - -SYSTEMD_DEFAULT_TARGET = "graphical.target" - -IMAGE_FEATURES += " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ - '', d), d)} \ -" - -inherit populate_sdk_qt5 - -IMAGE_LINGUAS = "en-us" -#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" -#ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; ' - -ROOTFS_PKGMANAGE_PKGS ?= '${@oe.utils.conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE}", d)}' - -# for a more complete configuration tool consider replacing lxqt-connman-applet -# with cmst at the price of a bigger footprint -CONMANPKGS ?= "connman connman-client lxqt-connman-applet" - -IMAGE_BROWSER = "falkon" -#keep the rootfs size small -IMAGE_BROWSER_colibri-imx6ull = "" - -# this would pull in a large amount of gst-plugins, we only add a selected few -# gstreamer1.0-plugins-base-meta -# gstreamer1.0-plugins-good-meta -# gstreamer1.0-plugins-bad-meta -# gst-ffmpeg -GSTREAMER = " \ - gstreamer1.0 \ - gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-base-alsa \ - gstreamer1.0-plugins-base-audioconvert \ - gstreamer1.0-plugins-base-audioresample \ - gstreamer1.0-plugins-base-audiotestsrc \ - gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ogg \ - gstreamer1.0-plugins-base-theora \ - gstreamer1.0-plugins-base-videotestsrc \ - gstreamer1.0-plugins-base-vorbis \ - gstreamer1.0-plugins-good-audioparsers \ - gstreamer1.0-plugins-good-autodetect \ - gstreamer1.0-plugins-good-avi \ - gstreamer1.0-plugins-good-deinterlace \ - gstreamer1.0-plugins-good-id3demux \ - gstreamer1.0-plugins-good-isomp4 \ - gstreamer1.0-plugins-good-matroska \ - gstreamer1.0-plugins-good-multifile \ - gstreamer1.0-plugins-good-rtp \ - gstreamer1.0-plugins-good-rtpmanager \ - gstreamer1.0-plugins-good-udp \ - gstreamer1.0-plugins-good-video4linux2 \ - gstreamer1.0-plugins-good-wavenc \ - gstreamer1.0-plugins-good-wavparse \ -" - -GSTREAMER_MX6QDL = " \ - gstreamer1.0-plugins-base-ximagesink \ - gstreamer1.0-plugins-imx \ -" -GSTREAMER_append_mx6q = "${GSTREAMER_MX6QDL}" -GSTREAMER_append_mx6dl = "${GSTREAMER_MX6QDL}" - -GSTREAMER_colibri-imx6ull = "" - -GSTREAMER_append_mx7 = " \ - gstreamer1.0-plugins-base-ximagesink \ - imx-gst1.0-plugin \ -" - -GSTREAMER_append_tegra124 = " \ - ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ - gstreamer1.0-plugins-bad-videoparsersbad \ - libgstcodecparsers-1.0 \ - libgstnvegl \ - libgstomx-1.0 \ -" - -IMAGE_INSTALL_append_tegra124 = " \ - libglu \ - mesa-demos \ - freeglut \ - mime-support \ - tiff \ - xvinfo \ -" -IMAGE_INSTALL_append_tegra124m = " \ - libglu \ - mesa-demos \ - freeglut \ - mime-support \ - tiff \ - xvinfo \ -" -IMAGE_INSTALL_MX6QDL = " \ - packagegroup-fsl-gpu-libs \ - mime-support \ -" -IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" -IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" - -IMAGE_INSTALL_append_mx7 = " \ - mime-support \ -" - -# Packages which might be empty or no longer available -RRECOMMENDS_${PN} += " \ - xserver-xorg-multimedia-modules \ - xserver-xorg-extension-dbe \ - xserver-xorg-extension-extmod \ -" - -# deploy these unconditionally, so that they are there for development/debugging -# for a final image this is unnedded and the applications will pull in whatever needed -# through their RRECOMMENDS - -# check the licensing at http://doc.qt.io/qt-5/licensing.html -QT5_LIBS ?= " \ - qt3d \ - qt5-plugin-generic-vboxtouch \ - qtbase \ - qtconnectivity \ - qtdeclarative \ - qtenginio \ - qtgraphicaleffects \ - qtimageformats \ - qtlocation \ - qtmultimedia \ - qtquickcontrols2 \ - qtquickcontrols \ - qtscript \ - qtsensors \ - qtserialport \ - qtsvg \ - qtsystems \ - qttools \ - qttranslations \ - qtwebchannel \ - qtwebkit \ - qtwebsockets \ - qtxmlpatterns \ -" -QT5_LIBS_GPLv3 ?= " \ - qtcharts \ - qtdatavis3d \ - qtvirtualkeyboard \ -" - -IMAGE_INSTALL += " \ - eject \ - gvfs \ - gvfsd-trash \ - xdg-utils \ - \ - libgsf \ - libxres \ - makedevs \ - xcursor-transparent-theme \ - zeroconf \ - packagegroup-boot \ - packagegroup-basic \ - udev-extra-rules \ - ${CONMANPKGS} \ - ${ROOTFS_PKGMANAGE_PKGS} \ - timestamp-service \ - xserver-common \ - xauth \ - xhost \ - xset \ - setxkbmap \ - \ - xrdb \ - xorg-minimal-fonts xserver-xorg-utils \ - scrot \ - unclutter \ - \ - libxdamage libxvmc libxinerama \ - libxcursor \ - \ - bash \ - \ - ${GSTREAMER} \ - v4l-utils \ - libpcre \ - libpcreposix \ - libxcomposite \ - alsa-states \ - ${IMAGE_BROWSER} \ - ${QT5_LIBS} \ - ${QT5_LIBS_GPLv3} \ - packagegroup-lxqt-base \ - qedit \ - liberation-fonts \ - \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \ - 'weston weston-init weston-examples libdrm-tests', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', \ - 'sddm', '', d), d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', \ - 'weston-xwayland xterm', '', d)} \ -" - -require recipes-images/images/tdx-extra.inc - -IMAGE_DEV_MANAGER = "udev" -IMAGE_INIT_MANAGER = "systemd" -IMAGE_INITSCRIPTS = " " -IMAGE_LOGIN_MANAGER = "busybox shadow" diff --git a/recipes-images/images/qt5-x11-image.bb b/recipes-images/images/qt5-x11-image.bb deleted file mode 100644 index d79946a..0000000 --- a/recipes-images/images/qt5-x11-image.bb +++ /dev/null @@ -1,191 +0,0 @@ -SUMMARY = "Toradex Embedded Linux Qt5 Demo" -SUMMARY_append_apalis-tk1-mainline = " (Mainline)" -DESCRIPTION = "Image with the Qt5 Framework" - -# With X11: -# after the boot systemd starts X and then a qt5 application, check -# recipes-graphics/x-window-simple-app/x-window-qtsmarthome and -# https://developer.toradex.com/knowledge-base/how-to-autorun-application-at-the-start-up-in-linux#X11_with_One_User_Application -# for how this is done. - -LICENSE = "MIT" - -inherit core-image - -#start of the resulting deployable tarball name -export IMAGE_BASENAME = "Qt5-X11-Image" -MACHINE_NAME ?= "${MACHINE}" -IMAGE_NAME = "${MACHINE_NAME}_${IMAGE_BASENAME}" - -SYSTEMD_DEFAULT_TARGET = "graphical.target" - -inherit populate_sdk_qt5 - -IMAGE_FEATURES += " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ - '', d), d)} \ -" - -IMAGE_LINGUAS = "en-us" -#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" -#ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; ' - -ROOTFS_PKGMANAGE_PKGS ?= '${@oe.utils.conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${ROOTFS_PKGMANAGE}", d)}' - -CONMANPKGS ?= "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client" - -# this would pull in a large amount of gst-plugins, we only add a selected few -# gstreamer1.0-plugins-base-meta -# gstreamer1.0-plugins-good-meta -# gstreamer1.0-plugins-bad-meta -# gst-ffmpeg -GSTREAMER = " \ - gstreamer1.0 \ - gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-base-alsa \ - gstreamer1.0-plugins-base-audioconvert \ - gstreamer1.0-plugins-base-audioresample \ - gstreamer1.0-plugins-base-audiotestsrc \ - gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ogg \ - gstreamer1.0-plugins-base-theora \ - gstreamer1.0-plugins-base-videotestsrc \ - gstreamer1.0-plugins-base-vorbis \ - gstreamer1.0-plugins-good-audioparsers \ - gstreamer1.0-plugins-good-autodetect \ - gstreamer1.0-plugins-good-avi \ - gstreamer1.0-plugins-good-deinterlace \ - gstreamer1.0-plugins-good-id3demux \ - gstreamer1.0-plugins-good-isomp4 \ - gstreamer1.0-plugins-good-matroska \ - gstreamer1.0-plugins-good-multifile \ - gstreamer1.0-plugins-good-rtp \ - gstreamer1.0-plugins-good-rtpmanager \ - gstreamer1.0-plugins-good-udp \ - gstreamer1.0-plugins-good-video4linux2 \ - gstreamer1.0-plugins-good-wavenc \ - gstreamer1.0-plugins-good-wavparse \ -" - -GSTREAMER_MX6QDL = " \ - gstreamer1.0-plugins-base-ximagesink \ - gstreamer1.0-plugins-imx \ -" -GSTREAMER_append_mx6q = "${GSTREAMER_MX6QDL}" -GSTREAMER_append_mx6dl = "${GSTREAMER_MX6QDL}" - -GSTREAMER_colibri-imx6ull = "" - -GSTREAMER_append_mx7 = " \ - gstreamer1.0-plugins-base-ximagesink \ - imx-gst1.0-plugin \ -" - -GSTREAMER_append_mx8 = " \ - imx-gst1.0-plugin \ - imx-gst1.0-plugin-gplay \ - imx-gst1.0-plugin-grecorder \ - packagegroup-fsl-gstreamer1.0-full \ - gst-examples \ - tinycompress \ - libvdk-imx \ - libopenvx-imx \ - libopencl-imx \ - imx-gpu-viv \ - vulkan-tools \ -" - -GSTREAMER_append_tegra124 = " \ - ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ - gstreamer1.0-plugins-bad-videoparsersbad \ - libgstnvegl \ - libgstomx-1.0 \ -" - -IMAGE_INSTALL_QT5 = " \ - packagegroup-qt5 \ - liberation-fonts \ - x-window-qtsmarthome \ -" - -IMAGE_INSTALL_append_tegra124 = " \ - libglu \ - mesa-demos \ - freeglut \ - tiff \ - xvinfo \ -" -IMAGE_INSTALL_append_tegra124m = " \ - libglu \ - mesa-demos \ - freeglut \ - tiff \ - xvinfo \ -" -IMAGE_INSTALL_MX6QDL = " \ - packagegroup-fsl-gpu-libs \ - libopencl-imx \ -" -IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" -IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" - -# Packages which might no longer exist -RRECOMMENDS_${PN} += "xserver-xorg-multimedia-modules" - -IMAGE_INSTALL += " \ - ${IMAGE_INSTALL_QT5} \ - \ - xdg-utils \ - \ - libgsf \ - libxres \ - makedevs \ - mime-support \ - xcursor-transparent-theme \ - zeroconf \ - packagegroup-boot \ - packagegroup-basic \ - udev-extra-rules \ - ${CONMANPKGS} \ - ${ROOTFS_PKGMANAGE_PKGS} \ - timestamp-service \ - xserver-common \ - xserver-xorg-extension-dbe \ - xserver-xorg-extension-extmod \ - xauth \ - xhost \ - xset \ - setxkbmap \ - \ - xrdb \ - xorg-minimal-fonts xserver-xorg-utils \ - scrot \ - unclutter \ - \ - libxdamage libxvmc libxinerama \ - libxcursor \ - \ - bash \ - \ - ${GSTREAMER} \ - v4l-utils \ - libpcre \ - libpcreposix \ - libxcomposite \ - alsa-states \ - \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \ - 'weston weston-init weston-examples libdrm-tests', \ - bb.utils.contains('DISTRO_FEATURES', 'x11', \ - 'xserver-nodm-init', '', d), d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', \ - 'weston-xwayland xterm', '', d)} \ -" - -require recipes-images/images/tdx-extra.inc - -IMAGE_DEV_MANAGER = "udev" -IMAGE_INIT_MANAGER = "systemd" -IMAGE_INITSCRIPTS = " " -IMAGE_LOGIN_MANAGER = "busybox shadow" diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc deleted file mode 100644 index ca4f684..0000000 --- a/recipes-images/images/tdx-extra.inc +++ /dev/null @@ -1,226 +0,0 @@ -#additional packages to include in our Toradex images - -# Copy Licenses to image /usr/share/common-licenses, on vybrid for flash size reasons only the manifest -COPY_LIC_MANIFEST ?= "1" -#Bug with several MACHINES build, license files for all arch packages stored wrongly -COPY_LIC_DIRS ?= "1" - -add_rootfs_version () { - printf "${DISTRO_NAME} ${DISTRO_VERSION} (${DISTRO_CODENAME}) \\\n \\\l\n" > ${IMAGE_ROOTFS}/etc/issue - printf "${DISTRO_NAME} ${DISTRO_VERSION} (${DISTRO_CODENAME}) %%h\n" > ${IMAGE_ROOTFS}/etc/issue.net - printf "${IMAGE_NAME}\n\n" >> ${IMAGE_ROOTFS}/etc/issue - printf "${IMAGE_NAME}\n\n" >> ${IMAGE_ROOTFS}/etc/issue.net -} - -# add the rootfs version to the welcome banner -ROOTFS_POSTPROCESS_COMMAND += " add_rootfs_version;" - -# Entropy source daemon -RANDOM_HELPER = "rng-tools" -RANDOM_HELPER_tegra124 = "haveged" -RANDOM_HELPER_tegra124m = "haveged" - -IMAGE_INSTALL_append_tegra124 = " \ - aspell \ - e2fsprogs \ - e2fsprogs-mke2fs \ - e2fsprogs-tune2fs \ - file \ - fs-init \ - hdmi-hotplug \ - kernel-modules \ - linuxptp \ - lvds-tegra124 \ - pciutils \ - ptpd \ - tegrastats \ - u-boot-fw-utils \ - usb-rndis-systemd \ - perf \ -" - -IMAGE_INSTALL_append_tegra124m = " \ - aspell \ - e2fsprogs \ - e2fsprogs-mke2fs \ - e2fsprogs-tune2fs \ - file \ - fs-init \ - hdmi-hotplug \ - kernel-modules \ - linuxptp \ - lvds-tegra124 \ - pciutils \ - ptpd \ - u-boot-fw-utils \ - perf \ -" - -#note that the kernel-modules meta package gets installed from -#meta-fsl-arm/conf/machine/include/imx-base.inc -IMAGE_INSTALL-MX6QDL = " \ - aspell \ - bmode-usb \ - e2fsprogs \ - e2fsprogs-mke2fs \ - e2fsprogs-resize2fs \ - e2fsprogs-tune2fs \ - file \ - fs-init \ - gpio-export \ - libusbgx \ - libusbgx-examples \ - linuxptp \ - mimetypes \ - perf \ - ptpd \ - u-boot-fw-utils \ -" -IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL-MX6QDL}" -IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL-MX6QDL}" -IMAGE_INSTALL_append_apalis-imx6 = " \ - pciutils \ -" - -IMAGE_INSTALL_append_mx6ull = " \ - bmode-usb \ - libusbgx \ - libusbgx-examples \ - linuxptp \ - ptpd \ - u-boot-fw-utils \ -" -IMAGE_INSTALL_append_colibri-imx6ull = " \ - mtd-utils-ubifs \ - mwifiexap \ - bluez-alsa \ -" - -IMAGE_INSTALL_append_mx7 = " \ - aspell \ - file \ - libusbgx \ - libusbgx-examples \ - linuxptp \ - ptpd \ - u-boot-fw-utils \ -" -IMAGE_INSTALL_append_colibri-imx7-emmc = " \ - perf \ -" -IMAGE_INSTALL_append_colibri-imx7 = " \ - mtd-utils-ubifs \ -" - -IMAGE_INSTALL_append_mx8 = " \ - aspell \ - bmode-usb \ - clpeak \ - cpuburn-a53 \ - e2fsprogs \ - e2fsprogs-mke2fs \ - e2fsprogs-resize2fs \ - e2fsprogs-tune2fs \ - file \ - fs-init \ - libusbgx \ - libusbgx-examples \ - linuxptp \ - pciutils \ - perf \ - ptpd \ - u-boot-fw-utils \ -" - -IMAGE_INSTALL += " \ - packagegroup-dotnet-deps \ - \ - \ - alsa-utils \ - alsa-utils-aplay \ - alsa-utils-amixer \ - \ - libgpiod-tools \ - sqlite3 \ - \ - ${WIFI} \ - avahi-autoipd \ - ppp \ - curl \ - can-utils iproute2 \ - nfs-utils-client \ - \ - bzip2 \ - gdbserver \ - grep \ - joe \ - minicom \ - ldd \ - lsof \ - mtd-utils \ - dosfstools \ - ${RANDOM_HELPER} \ - util-linux \ - util-linux-fstrim \ - \ - devmem2 \ - ethtool \ - evtest \ - hdparm \ - iperf3 \ - i2c-tools \ - libsoc \ - lmbench \ - memtester \ - mmc-utils-cos \ - nbench-byte \ - rt-tests \ - procps \ - stress \ - strace \ - tinymembench \ - util-linux-lsblk \ - \ - tdx-oak-sensors \ -" - -# Wi-Fi FW and Packages - -WIFI = " \ - hostapd \ - linux-firmware-ath10k \ - linux-firmware-sd8686 \ - linux-firmware-sd8688 \ - linux-firmware-sd8787 \ - linux-firmware-sd8797 \ - linux-firmware-sd8887 \ - linux-firmware-sd8997 \ - linux-firmware-ralink \ - linux-firmware-rtl8192cu \ - linux-firmware-rtl8188eu \ - wireless-regdb-static \ -" -WIFI_EXTRA = " \ - linux-firmware-ath9k \ - linux-firmware-iwlwifi \ -" - -IMAGE_INSTALL_append_apalis-tk1 = " \ - backports \ - ${WIFI_EXTRA} \ -" - -IMAGE_INSTALL_append_apalis-tk1-mainline = " \ - ${WIFI_EXTRA} \ -" - -IMAGE_INSTALL_append_apalis-imx6 = " \ - ${WIFI_EXTRA} \ -" - -IMAGE_INSTALL_append_mx8 = " \ - bluez-alsa \ - mwifiexap \ - ${WIFI_EXTRA} \ -" - -- cgit v1.2.3