diff options
author | Stefan Lengfeld <s.lengfeld@phytec.de> | 2016-11-07 12:28:14 (GMT) |
---|---|---|
committer | Stefan Lengfeld <s.lengfeld@phytec.de> | 2016-11-07 12:28:14 (GMT) |
commit | ca5cbcbea8b5d2083c48f71bd8dbadb487870b89 (patch) | |
tree | a66d0d7d4f7b111bdb234dbd55c3961f00d97f9b | |
parent | 8f8487fd45b70e7bb68c3ee84463dfb76c72fc2b (diff) | |
download | meta-yogurt-1.8.1-phy6-fix.zip meta-yogurt-1.8.1-phy6-fix.tar.bz2 |
BSP-Yocto-i.MX6-PD15.3.11.8.1-phy6-fix11.8.1-phy6-fix
-rw-r--r-- | conf/distro/yogurt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/yogurt.conf b/conf/distro/yogurt.conf index b991426..85891e7 100644 --- a/conf/distro/yogurt.conf +++ b/conf/distro/yogurt.conf @@ -1,7 +1,7 @@ DISTRO = "yogurt" DISTRO_NAME = "Yogurt (Phytec Example Distribution)" DISTRO_VERSION ??= "UNASSIGNED" -DISTRO_VERSION_mx6 = "i.MX6-PD15.3.0" +DISTRO_VERSION_mx6 = "i.MX6-PD15.3.1" DISTRO_VERSION_ti33x = "AM335x-PD15.3.0" DISTRO_CODENAME = "fido" SDK_VENDOR = "-yogurtsdk" |