From 012c45a7f7499456ac0d28eb342b5f36da99e2da Mon Sep 17 00:00:00 2001 From: Matei Valeanu Date: Thu, 9 Aug 2018 21:19:03 +0200 Subject: conf: Set DISTRO to "enea-rt" This needs to override DISTRO = "enea" in meta-el-common/conf/distro/enea.conf, otherwise DISTRO = "enea" gets propagated in the eSDK. Change-Id: I95cdc0fffe344925ec40cff87c44fd8823031a00 Signed-off-by: Matei Valeanu --- conf/distro/enea-rt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/enea-rt.conf b/conf/distro/enea-rt.conf index 35a5773..d388316 100644 --- a/conf/distro/enea-rt.conf +++ b/conf/distro/enea-rt.conf @@ -1,5 +1,6 @@ require conf/distro/enea.conf +DISTRO = "enea-rt" DISTRO_NAME = "Enea Linux RT" PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt" -- cgit v1.2.3-54-g00ecf