From: Hao Zhang <[email protected]> Keystone II SoC family has multiple devices and EVM's: k2hk, k2l and k2e. All the EVM's share the same core tisdk image. The TARGET_IMAGES should be set to keystone SoC family rather than a keystone EVM machine config.
Signed-off-by: Hao Zhang <[email protected]> --- .../recipes-core/images/arago-core-tisdk-image.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc index f25db51..1dd9d6d 100644 --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc @@ -27,7 +27,7 @@ DTB_FILTER_keystone = "k2hk" TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image" # Some devices do not support display and use a server image instead -TARGET_IMAGES_keystone-evm = "arago-base-tisdk-image tisdk-server-rootfs-image" +TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image" TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
