aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-22WIP: BuildSet: Ensure yocto-autobuilder-helper scripts are always clonedcontrib/joshuagl/nexterJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-22WIP: SharedRepoUnpack: add buildstep to call shared-repo-unpack helperJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-22WIP: PrepareSharedRepos: add buildstep to call prepare-shared-repos helperJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-22WIP: WriteRepos: add buildstep to write repos to JSON fileJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-19WIP: RunConfig: fix setting timeout valueJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-19WIP: RunConfig: increase timeout to 4.5hrsJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-19WIP: BuildImages: Don't use LOCALCONFRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-19WIP: CreateAutoConf: Fix buildappsrcrevRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-18WIP: CreateAutoConf: Further code cleanupRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-18WIP: RunConfig: fix importJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-18WIP: RunConfig: call the correct scriptJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-18WIP: RunConfig: initial implementation of new buildstepJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-18WIP: CreateAutoConf: Add buildappsrcrev support to helper and drop obsolete ↵Richard Purdie
adt-installer code Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-18WIP: RunSanityTests: Simplify as configuration handled by CreateAutoConfRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Fix helper parametersRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Clean up sstate mirror handling into helperRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Further cleanup of things moved to the helperRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Drop buildhistory support as moved to the helperRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Remove further pieces moved to the helperRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Remove further unneeded pieces (inc DEVKERNEL support)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-17WIP: CreateAutoConf: Handle PRSERV in the helperRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-16Revert "WIP: Only call bitbake with --dry-run"Richard Purdie
This reverts commit 0f16b98a58cc80fb9bcfd44d164a27f9af20cf78.
2018-01-16WIP: CreateAutoConf: Remover further obsolete codeRichard Purdie
TMPDIR, multilib and initmgr are all handled by the helper now Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-16WIP: CreateAutoConf: don't handle gplv3Richard Purdie
The helper script will now add the corret line when required Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-16WIP: CreateAutoConf: don't set MACHINE, the helper does that nowJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: don't set QEMU_USE_KVM, the helper does that nowJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: don't set swabber piecesJoshua Lock
Swabber is abandonware for many years and was removed from OE-Core a long time ago Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: remove addition values already set by helper scriptJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: don't set PACKAGE_CLASSESJoshua Lock
The yocto-autobuilder-helper scripts now handle setting this Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: remove x32, PREMIRROR and PUBLISH_SOURCE_MIRROR entriesJoshua Lock
These are now all handled by yocto-autobuilder-helper Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-16WIP: CreateAutoConf: don't add DISTRO to auto.confJoshua Lock
The helper script now takes care of this Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: don't add report-error to INHERITSJoshua Lock
The helper script will now INHERIT report-error when required Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: don't rm auto.conf and sdk-extra.confJoshua Lock
The helper script takes care of that now Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: pass repo name to setup helperJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: pass step count to helperJoshua Lock
The step doesn't know anything about the build so it's unaware of the fact it's x of y afaict Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: also pass branch name to helperJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: CreateAutoConf: call setup-configJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15WIP: Only call bitbake with --dry-runJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15autobuilder/Autobuilder: print useful message for buildset parse errorsJoshua Lock
When the parsing of the .conf files in buildset-config fails print the error message from ConfigParser's exception so that the user has a chance of understanding which file failed to parse and why. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-15autobuilder/Autobuilder: ensure cfile is setJoshua Lock
We need to store the passed cfile otherwise passing a cfile at initialisation is broken,the code will not automatically attempt the default cfile if this is set. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-10buildset-config.controller/buildtools: remove buildapp optionJoshua Lock
The buildtools buildset isn't building a build-appliance, this may be a copy/paste error. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-10buildset-config.controller: add buildinfo to images used by QAJoshua Lock
Use the new buildinfo option of CreateAutoConf to ensure that images used by QA contain a build info file at /etc/build which enables them to identify the image from within the running OS. [YOCTO #12331] Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-09buildsteps/CreateAutoConf: add option to enable image-buildinfoJoshua Lock
For QA purposes it's useful to be able to understand details about the system from within a running image. Therefore add an option to enable the image-buildinfo class with IMAGE_BASENAME and IMAGE_NAME included in the written variables. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-08buildsteps/CreateAutoConf: fix / placement in SSTATE_MIRRORSJoshua Lock
The prior commit appends the release number to the SSTATE_MIRRORS variable but does so without adding a separating / (due to a typo). Fix that issue. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-08buildsteps/CreateAutoConf: correctly set SSTATE_MIRRORS for a releaseJoshua Lock
We recently switched to publishing sstate artefacts into a per-release directory, therefore we need to append the same directory name to the value we set in SSTATE_MIRRORS to ensure a generated eSDK is pointing to the correct shared state mirror and able to install objects. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-01-05buildsteps/CreateAutoConf: set PV when setting build-appliance's SRCREVJoshua Lock
Setting SRCREV without changing PV isn't correct and can lead to unexpected issues. Ensure we're in-keeping with best practices and set the PV for build-appliance-image whenever we are setting SRCREV. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2017-12-21buildset-config.controller/nightly: don't trigger refkitJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2017-12-13buildsteps/BuildImages: don't build refkit for releasesJoshua Lock
Ensure we don't try and build refkit when the user requests a release build. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2017-12-12buildset-config.controller/nightly: update release namesJoshua Lock
Add Sumo, the next (2.5) YP release name. Remove release names for releases which are no longer supported. Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2017-12-12buildbot/status/web/templates: add sumo to convenience branch dropdownJoshua Lock
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>