aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2017-04-11scripts/ : use runqemu in pokyYong-iL Joh
- remove unused files Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-04scripts/checkout: update.Yong-iL Joh
- it can be used for update existing git - add a guide to README.md Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08Move checkout_layer_hash.sh from baseline_ci_helper to meta-ivi/scriptsGunnar Andersson
This version of checkout_layer_hash.sh is a combination of the old checkout_layer_hash.sh + get_layer_info_from_README.sh, from the previous repository: baseline_ci_helper.git Signed-off-by: Gunnar Andersson <gand@acm.org>
2016-10-25scripts/checkout: added for convenienceYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-11-10runqemu: remove workaround for vexpressa9Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-09-18runqemu: update to yocto fido's.Yong-iL Joh
- it's for fix up the issue of "wayland does not receive handle left mouse click event" Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2014-04-04Change vexpressa9 qemu settingsFlorin Sarbu
We now use a .ext3 sd to boot the qemu. We change the kernel root cmdline arg to /dev/mmcblk0 Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-10-01vexpressa9: Use kernel version 3.10Florin Sarbu
Change the kernel image type to zImage instead of uImage. Add proper LOADADDR for the vexpressa9 kernel. Rework the runqemu script used for vexpressa9 machine to pick up the kernel and .sdimg from the new location. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-08-09runqemu-internal: remove sound hardware for vexpressa9Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-01-08Remove obsolete file and readme cleanup.Florin Sarbu
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>
2012-11-19scripts: Remove useless scriptsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-19scripts: Remove script for vexpressa9 sdimg and related modificationsAndrei Gherzan
* Modified runqemu script to point to the image name create with bbclass * Modified runqemu-internal script to remove sd creation code for vexpressa9 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-24dl_pkgs: Remove packages that are now on public git repositoryAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-08-10dl_pkgs.sh: handle boot-manager rename, read and use DL_DIRHolger Behrens
Handled GENIVI boot-manager component rename to node-startup-controller. Also the script now takes into account the configured DL_DIR setting. Added feature suggested by Laurent Emmerich allowing users to define environment a variable GENIVI_USER and optionally GENIVI_PASS, which if defined will later be used to git clone the required GENIVI packages. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2012-07-12dl_pkgs.sh: Add boot-manager to be downloaded along with the other henivi ↵Florin Sarbu
packages Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-05-31runqemu-internal: Deactivate sound in qemu to avoid some warningsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-31runqemu-internal: Fix - it needs USERID as argumentAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-09runqemu-internal: Add $QEMU_NETWORK_CMD to QEMUOPTIONS for vexpress a9.Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-04-22runqemu-internal: modify to pick up vexpressa9 .img creation script from ↵Florin Sarbu
same directory Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-21Modify runqemu script to support our vexpressa9 qemu target and update ↵Florin Sarbu
README.md to reflect that Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens