Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Rename image from pulsar-image to meta-ivi-image
Browse files Browse the repository at this point in the history
There is no suitable code name for the 15.0.0 release. Use a more generic
image name.

Signed-off-by: Martin Ejdestig <[email protected]>
  • Loading branch information
martin-ejdestig committed May 15, 2019
1 parent 189f536 commit 202b1ae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TEMPLATECONF=PATH_TO_META_IVI/meta-ivi/meta-ivi/conf
> $ source poky/oe-init-build-env

3. Build a s/w image including GENIVI 13.0 (Orion) components
> $ bitbake pulsar-image
> $ bitbake meta-ivi-image

4. Run the emulator:
> for qemu vexpressa9:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ URI: git://git.yoctoproject.org/meta-gplv2
> revision: aabc30f3bd03f97326fb8596910b94639fea7575
Using the above git SHAs and the master meta-ivi branch,
bitbaking pulsar-image is known to work
(the pulsar-image build should be aligned with GENIVI 14.0).
bitbaking meta-ivi-image is known to work.

For creating a specific GENIVI compliant image version, please make sure you
git checkout the related meta-ivi branch and follow the build instructions
Expand Down
2 changes: 1 addition & 1 deletion meta-ivi/conf/conf-notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Common targets are:
pulsar-image
meta-ivi-image
ivi-image

4 changes: 2 additions & 2 deletions meta-ivi/conf/distro/poky-ivi-systemd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ require conf/distro/poky.conf

DISTRO = "poky-ivi-systemd"
DISTRO_NAME = "Yocto GENIVI Baseline (Poky/meta-ivi)"
DISTRO_VERSION = "14.0.0"
DISTRO_CODENAME = "pulsar"
DISTRO_VERSION = "15.0.0"
DISTRO_CODENAME = "meta-ivi"

MAINTAINER = "meta-ivi <[email protected]>"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base this image on generic IVI image
require recipes-yocto-ivi/images/ivi-image.bb

PV = "14.0.0"
PV = "15.0.0"

4 changes: 2 additions & 2 deletions scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ fi
# of the SDK parts.

if [[ "$BUILD_SDK" != "true" ]]; then
bitbake pulsar-image
bitbake meta-ivi-image
fi

if [[ "$BUILD_TEST_IMAGE" == "true" ]]; then
Expand All @@ -605,7 +605,7 @@ fi

if [[ "$BUILD_SDK" == "true" ]]; then
# (Anticipating a future sdk image:)
bitbake pulsar-image-sdk
bitbake meta-ivi-image-sdk
fi

cd "$BASEDIR"
Expand Down

0 comments on commit 202b1ae

Please sign in to comment.