Part Number: PROCESSOR-SDK-AM65X
the sdk documentation recommends
ARAGO_BRAND = 'psdkla'
1. What is the purpose of the psdkla ARAGO_BRAND configuration parameter?
also, psdkla branding seems to remove the wic.xz IMAGE_FSTYPES in this file:
[projects/meta-psdkla.git] / conf / distro / include / branding-psdkla.inc
# Skip other image types to optimize buildIMAGE_FSTYPES_remove = "wic.xz"
2. adding 'IMAGE_FSTYPES += "wic.xz" in conf/local.conf still doesn't produce a wic.xz image output. how can i produce a wic.xz image?