Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "An image that includes the error recipe and will therefore fail"
|
||||
DESCRIPTION = "This generates an error. Not currently used by oe-selftest"
|
||||
|
||||
IMAGE_INSTALL = "error"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
inherit core-image
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "An image used during oe-selftest tests"
|
||||
|
||||
# libudev is needed for deploy mdadm via devtool
|
||||
IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev"
|
||||
IMAGE_FEATURES = "debug-tweaks"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
inherit core-image
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
SUMMARY = "An empty image."
|
||||
IMAGE_INSTALL = ""
|
||||
IMAGE_LINGUAS = ""
|
||||
PACKAGE_INSTALL = ""
|
||||
|
||||
inherit image
|
||||
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "An example of partitioned image."
|
||||
|
||||
SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks"
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-core-boot"
|
||||
|
||||
IMAGE_FSTYPES = "wic"
|
||||
|
||||
WKS_FILE_DEPENDS = "dosfstools-native mtools-native gptfdisk-native"
|
||||
WKS_FILE_DEPENDS:append:x86 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS:append:x86-64 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS:append:x86-x32 = " syslinux-native syslinux"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "2000"
|
||||
|
||||
inherit image
|
||||
@@ -0,0 +1,10 @@
|
||||
# short-description: Example of partitioned image with complex layout
|
||||
# long-description: This image contains boot partition and 3 rootfs partitions
|
||||
# created from core-image-minimal and wic-image-minimal image recipes.
|
||||
|
||||
part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
|
||||
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
||||
part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-test --align 1024 --use-uuid --fsuuid 2c71ef06-a81d-4735-9d3a-379b69c6bdba
|
||||
part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --align 1024
|
||||
|
||||
bootloader --ptable gpt --timeout=0 --append="rootwait console=tty0"
|
||||
Reference in New Issue
Block a user