From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 256d904..db6f119 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -39,6 +39,14 @@ KERNEL_IMAGETYPES_am437x-hs-evm = "zImage fitImage" INITRAMFS_IMAGE_am437x-hs-evm = "arago-base-tisdk-image" INITRAMFS_FSTYPES_am437x-hs-evm = "cpio.xz" +KERNEL_IMAGETYPES_am335x-hs-evm = "zImage fitImage" +INITRAMFS_IMAGE_am335x-hs-evm = "arago-base-tisdk-image" +INITRAMFS_FSTYPES_am335x-hs-evm = "cpio.xz" + +KERNEL_IMAGETYPES_k2e-hs-evm = "zImage fitImage" +INITRAMFS_IMAGE_k2e-hs-evm = "arago-base-tisdk-image" +INITRAMFS_FSTYPES_k2e-hs-evm = "cpio.xz" + # Mask any broken recipes (currently none) #BBMASK = "" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
