aboutsummaryrefslogtreecommitdiffstats
path: root/helpers
AgeCommit message (Collapse)Author
2023-10-19crops: Archive crops repositoryHEADmasterEilís Ní Fhlannagáin
This repository is depreciated and is no longer maintained so we should archive it and make note that development for crops is currently at https://github.com/crops Signed-off-by: Eilís Ní Fhlannagáin <pidge@baylibre.com>
2016-04-29runbitbake.py: Put everything in a __main__ wrapperRandy Witt
Having the "app" code only be called when runbitbake.py isn't imported as a module allows for actually importing the module without errors. This is useful for testing. Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
2016-04-29runbitbake.py: Fix the PEP8 violationsRandy Witt
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
2016-04-29runbitbake.py: Fix bug where conffiles weren't restored to originalsRandy Witt
The code that would restore the local.conf file to its original form was removed when bblayers.conf support was added. Also if an exception had been generated, the tempdir with the backup of the conffiles would always be deleted. This change fixes those broken behaviors. Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
2016-04-25 helpers: fix startup bugs in image copying code and layer addition codebrian avery
runbitbake.py: fix the way the extra layers and configurations are appended startOstroScript.sh: fix image copying code,add extralayers argument Signed-off-by: brian avery <brian.avery@intel.com>
2016-04-24 helpers: runbitbake.pybavery
Add args so we can pass in additional layers that get added to bblayers.conf Changed method to just adding --extra lines to ends of the respective files Signed-off-by: bavery <brian.avery@intel.com>
2016-04-22 helpers:startOstroScript.shbrian avery
copy images to ostro-shared/images folder Signed-off-by: brian avery <brian.avery@intel.com>
2016-04-13 helpers: add startOstroScript.shbrian avery
1) sets up a yoctobuilder dynamic user that matches the uid of the shared dir 2) puts an ostro.conf into the shared folder if one isn't there 3) runs the runbitbake.py script using sudo as the yoctobuilder dynamic user Signed-off-by: brian avery <brian.avery@intel.com>
2016-03-31helpers: add bitbake wrapper scriptRandy Witt
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>