mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
rk3288: Append GPT image type
Appends the GPT image type to IMAGE_FSTYPES instead of overriding. This allows additional types to be preserved if they are specified in local.conf Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
This commit is contained in:
parent
6732e8b981
commit
e8fd1f92ed
|
@ -12,5 +12,5 @@ SERIAL_CONSOLES = "115200;ttyS2"
|
||||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
||||||
SPL_BINARY ?= "idbloader.img"
|
SPL_BINARY ?= "idbloader.img"
|
||||||
|
|
||||||
IMAGE_FSTYPES = "rockchip-gpt-img"
|
IMAGE_FSTYPES += "rockchip-gpt-img"
|
||||||
IMAGE_CLASSES += "rockchip-gpt-img"
|
IMAGE_CLASSES += "rockchip-gpt-img"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user