mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Revert "wic: create SD card with 3 partitions for testing"
This reverts commit 6bca11098b.
This commit is contained in:
@@ -38,5 +38,5 @@ IMAGE_FSTYPES += "tar.xz wic.xz"
|
|||||||
# tiboot3.bin and sysfw.itb, which are provided by meta-arago
|
# tiboot3.bin and sysfw.itb, which are provided by meta-arago
|
||||||
# u-boot-k3-r5 and ti-sci-fw recipes
|
# u-boot-k3-r5 and ti-sci-fw recipes
|
||||||
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
||||||
WKS_FILE ?= "sdimage-3part.wks"
|
WKS_FILE ?= "sdimage-bootpart.wks"
|
||||||
do_image_wic[depends] += "u-boot:do_deploy"
|
do_image_wic[depends] += "u-boot:do_deploy"
|
||||||
|
|||||||
@@ -39,6 +39,6 @@ UBI_VOLNAME = "rootfs"
|
|||||||
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.xz wic.xz"
|
IMAGE_FSTYPES += "tar.xz wic.xz"
|
||||||
WKS_FILE ?= "sdimage-3part.wks"
|
WKS_FILE ?= "sdimage-bootpart.wks"
|
||||||
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
||||||
do_image_wic[depends] += "u-boot:do_deploy"
|
do_image_wic[depends] += "u-boot:do_deploy"
|
||||||
|
|||||||
@@ -61,6 +61,6 @@ TI_PDK_LIMIT_SOCS = "am335x"
|
|||||||
TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
|
TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.xz wic.xz"
|
IMAGE_FSTYPES += "tar.xz wic.xz"
|
||||||
WKS_FILE ?= "sdimage-3part.wks"
|
WKS_FILE ?= "sdimage-bootpart.wks"
|
||||||
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
||||||
do_image_wic[depends] += "u-boot:do_deploy"
|
do_image_wic[depends] += "u-boot:do_deploy"
|
||||||
|
|||||||
@@ -57,6 +57,6 @@ TI_PDK_LIMIT_SOCS = "am437x"
|
|||||||
TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
|
TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.xz wic.xz"
|
IMAGE_FSTYPES += "tar.xz wic.xz"
|
||||||
WKS_FILE ?= "sdimage-3part.wks"
|
WKS_FILE ?= "sdimage-bootpart.wks"
|
||||||
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
|
||||||
do_image_wic[depends] += "u-boot:do_deploy"
|
do_image_wic[depends] += "u-boot:do_deploy"
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
# short-description: Create SD card image with 3 partitions
|
|
||||||
# long-description: Creates a partitioned SD card image for testing TI platforms.
|
|
||||||
# Boot files are located in the first vfat partition.
|
|
||||||
# Second ext4 partition is empty and is used for testing.
|
|
||||||
|
|
||||||
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --size 100M --use-uuid
|
|
||||||
part test --ondisk mmcblk0 --fstype=ext4 --label test --align 1024 --size 1G --use-uuid
|
|
||||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 1024 --extra-space 500M --use-uuid
|
|
||||||
Reference in New Issue
Block a user