diff options
author | 2013-01-08 17:04:38 +0200 | |
---|---|---|
committer | 2013-01-08 17:04:38 +0200 | |
commit | dc15af85e8a6065da8c2ed4789d115ff04f75d60 (patch) | |
tree | 0fa305cb0cbe1a0a347cacb23c2bbae5ef94f27b /README.md | |
parent | a42193da342ca20f9a5bf210987314b28612089b (diff) | |
download | meta-ivi-dc15af85e8a6065da8c2ed4789d115ff04f75d60.tar.gz meta-ivi-dc15af85e8a6065da8c2ed4789d115ff04f75d60.tar.bz2 meta-ivi-dc15af85e8a6065da8c2ed4789d115ff04f75d60.zip |
Remove obsolete file and readme cleanup.
dl_pkgs.sh script is not needed anymore as all the GENIVI components
have moved to public git repositories.
README.md file has been modified in order to remove the uneeded
dl_pgks.sh step we no longer need to execute.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -70,16 +70,11 @@ in COREBASE/build/conf/local.conf file. BB_NUMBER_THREADS = "4" and PARALLEL_MAKE = "-j 4" if you build on a quad-core machine. -12. Download the GENIVI specific open source component from git.genivi.org (you -need to have your GENIVI credentials ready): - - > $ PATH_TO_META_IVI/meta-ivi/scripts/dl_pkgs.sh - -13. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components +12. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components > $ bitbake excalibur-image -14. Run the emulator: +13. Run the emulator: > for qemu vexpressa9: > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu excalibur-image vexpressa9 |