diff options
author | 2012-10-18 12:27:56 +0300 | |
---|---|---|
committer | 2012-10-19 16:53:08 +0300 | |
commit | cbd7763a8f06376c8559473dee48dfe99e9aa9ec (patch) | |
tree | 9e57a6fd58477b82ba65a586b27c3c539f9e30a4 /README.md | |
parent | 7e6051e6077417e407186210a3b9266afec54d73 (diff) | |
download | meta-ivi-cbd7763a8f06376c8559473dee48dfe99e9aa9ec.tar.gz meta-ivi-cbd7763a8f06376c8559473dee48dfe99e9aa9ec.tar.bz2 meta-ivi-cbd7763a8f06376c8559473dee48dfe99e9aa9ec.zip |
README.md: sha changes
Addition to specify working sha's of poky and meta-openembedded, plus
specify use of meta-ivi branch when creating specific Genivi compliant
images.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -13,16 +13,21 @@ Layer dependencies URI: git://git.yoctoproject.org/poky branch: master -revision: HEAD +revision: d9b7d6b4cd6b959b3998ddfec9775b64ffa61fe0 URI: git://git.openembedded.org/meta-openembedded branch: master -revision: HEAD +revision: 83448c4b318ce60a54aae24a9a247456fa94caaf + + +Using the above git sha's and master meta-ivi, bitbaking excalibur-image is known to work (the excalibur-image build is Genivi 3.0 compliant). +For creating specific Genivi compliant images, please make sure you git checkout on the desired meta-ivi branch and follow the build instructions +located in the README.md file. Build a QEMU (ARMv7a) image including GENIVI P1 components ---------------------------------------------------------- -You can build an QEMU image including GENIVI P1 components using the following steps: +You can build a QEMU image including GENIVI P1 components using the following steps: 1. Run the following command: $ source poky/oe-init-build-env @@ -46,18 +51,10 @@ You can build an QEMU image including GENIVI P1 components using the following s - copy meta-ivi/scripts/dl_pkgs.sh into COREBASE/build/conf/ $ ./conf/dl_pkgs.sh -11. Build discovery-image/excalibur-image including GENIVI 2.0/3.0 (Discovery/Excalibur) P1 components - $ bitbake discovery-image - - or +11. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components $ bitbake excalibur-image - (Please make sure you git checkout on either denzil or 3.0 branch before you bitbake discovery-image or excalibur-image respectively) - 12. Run the emulator: - $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu discovery-image vexpressa9 - - or $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu excalibur-image vexpressa9 |