All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago.conf: add k2hk and k2g HS FIT config, bump version
@ 2017-05-01 21:08 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2017-05-01 21:08 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 0052209..fdce475 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -1,6 +1,6 @@
 # Name and version of the distribution
 DISTRO_NAME = "Arago"
-DISTRO_VERSION = "2017.03"
+DISTRO_VERSION = "2017.05"
 DISTRO_FEED_URI ?= "http://lcpd.gt.design.ti.com"
 BUILD_VARIANT = "${@['prod','rt','systest'][int(d.getVar('ARAGO_RT_ENABLE', True))+int(d.getVar('ARAGO_SYSTEST_ENABLE', True))*2]}"
 FEEDURIPREFIX ?= "packages/${DISTRO}-morty/${BUILD_VARIANT}/"
@@ -50,6 +50,14 @@ KERNEL_IMAGETYPES_k2e-hs-evm = "zImage fitImage"
 INITRAMFS_IMAGE_k2e-hs-evm = "arago-base-tisdk-image"
 INITRAMFS_FSTYPES_k2e-hs-evm = "cpio.xz"
 
+KERNEL_IMAGETYPES_k2hk-hs-evm = "zImage fitImage"
+INITRAMFS_IMAGE_k2hk-hs-evm = "arago-base-tisdk-image"
+INITRAMFS_FSTYPES_k2hk-hs-evm = "cpio.xz"
+
+KERNEL_IMAGETYPES_k2g-hs-evm = "zImage fitImage"
+INITRAMFS_IMAGE_k2g-hs-evm = "arago-base-tisdk-image"
+INITRAMFS_FSTYPES_k2g-hs-evm = "cpio.xz"
+
 # Mask any broken recipes (currently none)
 #BBMASK = ""
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-01 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-01 21:08 [PATCH] arago.conf: add k2hk and k2g HS FIT config, bump version Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.