6 Commits

Author SHA1 Message Date
Thilo Graf
5e68f8ae32 update poky 3.2.2 -> 3.2.4 gatesgarth 2021-05-30 19:45:23 +02:00
Thilo Graf
adf32c85ae init.sh: add missing call for meta-qt5 update 2021-04-27 17:35:01 +02:00
Thilo Graf
09538c7a69 init: allow update to defined yocto release
Update via ./init.sh will now clone and update to defined and testet
yocto release.
A general update is disabled with variable $YOCTO_LAYER_DO_UPDATE=0
Reason: yocto recomends not to modify any parts of the yocto repositories. becaus all
Local changes can be done in your local layers e.g. with bbappend files.
see also: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-bbappend-files

Another point is, the defined relase version is tested and should working
with our build.
2021-04-22 11:24:43 +02:00
Thilo Graf
be25daedbc init: avoid update to untested upstream branch
update of yocto layer is disabled on executing init script, for yocto oe it's better to use a tested tag, defined with $YOCTO_BRANCH_HASH
2021-04-13 12:40:12 +02:00
Thilo Graf
1582a34f8b init.sh: add meta-qt5 2021-04-05 16:30:23 +02:00
Thilo Graf
9be5fd6f1e initial commit 2020-12-29 16:07:16 +01:00