aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
-rw-r--r--meta-ivi/conf/conf-notes.txt2
-rw-r--r--meta-ivi/conf/distro/poky-ivi-systemd.conf4
-rw-r--r--meta-ivi/recipes-yocto-ivi/images/nostromo-image.bb (renamed from meta-ivi/recipes-yocto-ivi/images/miranda-image.bb)2
4 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
index 2095338..260525c 100644
--- a/README.md
+++ b/README.md
@@ -29,17 +29,17 @@ Layer Dependencies
------------------
URI: git://git.yoctoproject.org/poky
-> branch: krogoth
-> revision: aad7166704021d82ad3a5ec468552f8f10360d41
+> branch: morty
+> revision: 5aa481dfedfd089f0d6e8a3bae1b84134d5dff4c
URI: git://git.openembedded.org/meta-openembedded
> layer: meta-oe
-> branch: krogoth
-> revision: 247b1267bbe95719cd4877d2d3cfbaf2a2f4865a
+> branch: morty
+> revision: 1efa5d623bc64659b57389e50be2568b1355d5f7
Using the above git sha's and the master meta-ivi branch,
- bitbaking miranda-image is known to work
- (the miranda-image build should be aligned with GENIVI 11.0).
+ bitbaking nostromo-image is known to work
+ (the nostromo-image build should be aligned with GENIVI 12.0).
For creating a specific GENIVI compliant image version, please make sure you
git checkout the related meta-ivi branch and follow the build instructions
@@ -75,18 +75,18 @@ export TEMPLATECONF=/full/path/to/meta-ivi/meta-ivi/conf
2. Run the following command:
> $ source poky/oe-init-build-env
-3. Build miranda-image including GENIVI 11.0 (Miranda) components
- > $ bitbake miranda-image
+3. Build nostromo-image including GENIVI 12.0 (Nostromo) components
+ > $ bitbake nostromo-image
4. Run the emulator:
> for qemu vexpressa9:
- > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu miranda-image vexpressa9
+ > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu nostromo-image vexpressa9
>
> for qemu x86:
- > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu miranda-image qemux86
+ > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu nostromo-image qemux86
>
> for qemu x86-64:
- > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu miranda-image qemux86-64
+ > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu nostromo-image qemux86-64
5. To login use these credentials:
> User - root
diff --git a/meta-ivi/conf/conf-notes.txt b/meta-ivi/conf/conf-notes.txt
index d1f98ca..21b2dd9 100644
--- a/meta-ivi/conf/conf-notes.txt
+++ b/meta-ivi/conf/conf-notes.txt
@@ -1,4 +1,4 @@
Common targets are:
- miranda-image
+ nostromo-image
ivi-image
diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf
index 23eae0b..68a4da2 100644
--- a/meta-ivi/conf/distro/poky-ivi-systemd.conf
+++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf
@@ -1,7 +1,7 @@
DISTRO = "poky-ivi-systemd"
DISTRO_NAME = "Yocto GENIVI Baseline (Poky/meta-ivi)"
-DISTRO_VERSION = "11.0.0"
-DISTRO_CODENAME ="miranda"
+DISTRO_VERSION = "12.0.0"
+DISTRO_CODENAME ="nostromo"
MAINTAINER = "meta-ivi <genivi-meta-ivi@lists.genivi.org>"
diff --git a/meta-ivi/recipes-yocto-ivi/images/miranda-image.bb b/meta-ivi/recipes-yocto-ivi/images/nostromo-image.bb
index ac81d2a..c9a1f66 100644
--- a/meta-ivi/recipes-yocto-ivi/images/miranda-image.bb
+++ b/meta-ivi/recipes-yocto-ivi/images/nostromo-image.bb
@@ -1,5 +1,5 @@
# Base this image on generic IVI image
require recipes-yocto-ivi/images/ivi-image.bb
-PV = "11.0.0"
+PV = "12.0.0"