summaryrefslogtreecommitdiff
path: root/recipes-images/images/graphical-tdx-image.bb
AgeCommit message (Collapse)Author
2020-06-14images: some cleaning upMing Liu
- Drop LICENSE from graphical-tdx-image and verification-tdx-image, it's already defined in console-tdx-image recipe. - Drop deprecated variables ROOTFS_PKGMANAGE_PKGS, IMAGE_DEV_MANAGER, IMAGE_INIT_MANAGER, IMAGE_INITSCRIPTS, IMAGE_LOGIN_MANAGER. - timestamp-service is a systemd specific package, install it only for systemd distro. - Change udev-extra-rules to udev-extraconf, udev-extraconf is the new name after merging udev-extraconf and udev-extra-rules in OE: [ 0ca3a7823: udev-extraconf: Merge with udev-extra-rules from meta-oe ] Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-03-11images: drop appending (mainline) multiple timesMax Krummenacher
Since the images inherit console-tdx-image.bb (mainline) is appended multiple times to the image.json name property. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 53d357ebf8a0e879758d9f2830441c79ef4d93f9)
2020-01-09images: add a new console/graphical/verification imageMax Krummenacher
This is meant to replace the current demo images. The console and graphical image can be used as a base to create tailored images to the requirment of a specific use case. The verification image is meant to test the BSP. It provides the tools to exercise the CPU / GPU / VPU and the various SOC peripherals. Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>