diff options
author | 2012-10-24 12:33:06 +0300 | |
---|---|---|
committer | 2012-10-24 18:44:29 +0300 | |
commit | ceb644193f024b7f149395668487b2690a487889 (patch) | |
tree | bdbcc8f91d005964dfafdf6b0abd807ac8e0a4dd /README.md | |
parent | 7573ee590fe5c6ec55c8ed0f5aca8f80abdb9675 (diff) | |
download | meta-ivi-ceb644193f024b7f149395668487b2690a487889.tar.gz meta-ivi-ceb644193f024b7f149395668487b2690a487889.tar.bz2 meta-ivi-ceb644193f024b7f149395668487b2690a487889.zip |
README.md: Script can be ran from layer directly
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ You can build a QEMU image including GENIVI P1 components using the following st 9. Optional: In COREBASE/build/conf/local.conf file, uncomment BB_NUMBER_THREADS = "4" and PARALLEL_MAKE = "-j 4" if you have a quad core machine. 10. Download the GENIVI specific open source component from git.genivi.org (you need to have your GENIVI credential ready): - - copy meta-ivi/scripts/dl_pkgs.sh into COREBASE/build/conf/ - $ ./conf/dl_pkgs.sh + $ <meta-ivi-layer-path>/scripts/dl_pkgs.sh 11. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components |