Skip to content
Snippets Groups Projects
Commit 2e108bc2 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

distros: Project rename in long format DISTRO_NAME


This commit still keeps the internal DISTRO variable name as-is and only
changes the longer free form version.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent d43fde30
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ include conf/distro/include/ha-versions.inc
PREFERRED_VERSION_python3-pymetno = "0.7.0"
DISTRO = "allscenarios-linux-blueprint-dashboard"
DISTRO_NAME = "AllScenariOS Dashboard Blueprint Linux Distro"
DISTRO_NAME = "Oniro Project Dashboard Blueprint Linux Distro"
# Custom hostnames for easy DNS resolution for this blueprint.
# The gateway would run on a stm32mp1-av96 machine.
......
......@@ -7,7 +7,7 @@
require conf/distro/allscenarios-linux.conf
DISTRO = "allscenarios-linux-blueprint-gateway"
DISTRO_NAME = "All Scenarios OS Gateway Blueprint Linux Distro"
DISTRO_NAME = "Oniro Project Gateway Blueprint Linux Distro"
# Custom hostnames for easy DNS resolution for this blueprint.
hostname_base-files = "blueprint-gateway"
......
......@@ -7,7 +7,7 @@
require conf/distro/allscenarios-linux.conf
DISTRO = "allscenarios-linux-blueprint-vending-machine"
DISTRO_NAME = "AllScenariOS Vending-Machine Blueprint Linux Distro"
DISTRO_NAME = "Oniro Project Vending-Machine Blueprint Linux Distro"
# With our layer setup we would add any bbappend found from our
# layers.conf. This means blueprint-specific appends would leak
......
......@@ -7,7 +7,7 @@
require conf/distro/allscenarios-zephyr.conf
DISTRO = "allscenarios-zephyr-blueprint-dashboard"
DISTRO_NAME = "AllScenariOS Dashboard Blueprint Zephyr Distro"
DISTRO_NAME = "Oniro Project Dashboard Blueprint Zephyr Distro"
# With our layer setup we would add any bbappend found from our
# layers.conf. This means blueprint-specific appends would leak
......
......@@ -7,7 +7,7 @@ require conf/distro/include/oniro-wic.inc
require conf/distro/poky.conf
DISTRO = "allscenarios-linux"
DISTRO_NAME = "AllScenariOS Base Linux Distro"
DISTRO_NAME = "Oniro Project Base Linux Distro"
DISTRO_VERSION = "1.0.0-beta"
TCLIBC ?= "musl"
......
......@@ -6,5 +6,5 @@ require conf/distro/include/allscenarios.inc
require conf/distro/zephyr.conf
DISTRO = "allscenarios-zephyr"
DISTRO_NAME = "AllScenariOS Base Zephyr Distro"
DISTRO_NAME = "Oniro Project Base Zephyr Distro"
DISTRO_VERSION = "1.0.0-beta"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment