aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro
diff options
context:
space:
mode:
authorAlex Bu <alex.bu@qt.io>2023-12-08 08:53:01 +0200
committerAlex Bu <alex.bu@qt.io>2023-12-21 11:35:52 +0200
commitb493dd6c6514f8424d63554aae8a396c794f0f2a (patch)
treec56c7516ef18e1a5a444efa28152ab0e3e2fbda9 /meta-boot2qt-distro
parentf095a834f8dcc4daf632701ff1f0d17b80fbc22e (diff)
jetson: remove wic image from qbsp binary
Since the image flashed to jetson family board doesn't rely on the wic image, remove it from output and qbsp content list. Remove some unused rootspec and wks file. Remove image type tegra_b2qt as is obsolete now as well. Pick-to: mickledore langdale Change-Id: I094ecc35505f1cef1850c2b44a1887420b49d564 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt-distro')
-rw-r--r--meta-boot2qt-distro/conf/distro/include/jetson.inc18
-rw-r--r--meta-boot2qt-distro/wic/tegra-bootdisk.wks.in3
2 files changed, 0 insertions, 21 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/jetson.inc b/meta-boot2qt-distro/conf/distro/include/jetson.inc
index 48226ce3..57fc1260 100644
--- a/meta-boot2qt-distro/conf/distro/include/jetson.inc
+++ b/meta-boot2qt-distro/conf/distro/include/jetson.inc
@@ -27,28 +27,10 @@
##
############################################################################
-# without the distro_bootpart that's not supported by stock u-boot
-KERNEL_ROOTSPEC = "root=/dev/mmcblk${devnum}p1 rw rootwait"
-KERNEL_ROOTSPEC:jetson-nano-2gb-devkit = "root=/dev/mmcblk0p1 rw rootwait"
-KERNEL_ROOTSPEC:jetson-nano-devkit = "root=/dev/mmcblk0p1 rw rootwait"
-
-INITRAMFS_MAXSIZE = "165888"
-IMAGE_ROOTFS_ALIGNMENT = "1024"
-UBOOT_SUFFIX = "bin"
-
-IMAGE_FSTYPES += "wic.xz"
-WKS_FILE = "tegra-bootdisk.wks.in"
-
DEPLOY_CONF_NAME:jetson-agx-xavier-devkit = "NVIDIA Jetson AGX Xavier Development Kit"
DEPLOY_CONF_NAME:jetson-agx-orin-devkit = "NVIDIA Jetson AGX Orin Development Kit"
-DEPLOY_CONF_IMAGE_TYPE = "wic.xz"
-
-IMAGE_CLASSES += "image_types_tegra_b2qt"
-
QBSP_IMAGE_CONTENT += "\
- ${IMAGE_LINK_NAME}.${DEPLOY_CONF_IMAGE_TYPE} \
- ${IMAGE_LINK_NAME}.conf \
${IMAGE_LINK_NAME}.info \
${IMAGE_LINK_NAME}.tegraflash.tar.gz \
"
diff --git a/meta-boot2qt-distro/wic/tegra-bootdisk.wks.in b/meta-boot2qt-distro/wic/tegra-bootdisk.wks.in
deleted file mode 100644
index 24ad2865..00000000
--- a/meta-boot2qt-distro/wic/tegra-bootdisk.wks.in
+++ /dev/null
@@ -1,3 +0,0 @@
-# template for tegra SD card boot disk
-part / --source rootfs --fstype=${IMAGE_TEGRAFLASH_FS_TYPE} --label root --align ${IMAGE_ROOTFS_ALIGNMENT} --overhead-factor 1.0
-bootloader --ptable gpt