- Oct 03, 2022
-
-
Andrei Gherzan authored
It was proposed and approved in #824 to relicense the Yocto/OE files in this repository to MIT. This will make collaboration with the upstream easier. Fixes: #824 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Sep 21, 2022
-
-
Andrei Gherzan authored
This reverts commit b0df9137. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This reverts commit 0ca61840. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Aug 30, 2022
-
-
Pavel Zhukov authored
runqemu's nographic option sets qemu argument `display` to `none` and this allows to use runqemu script in headless environment (without X11) Using nographic qemuparam doesn't affect display setting and `sdl` is used which causes `Could not initialize SDL(x11 not available) - exiting` error Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Aug 29, 2022
-
-
We will not support those two machines in the future so that is why we remove them Signed-off-by:
Grzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
-
Zygmunt Krynicki authored
The oniro-bundle-base recipe can be used to build a RAUC update bundle corresponding to the oniro-image-base. By including this in the conf-notes.txt file we surface this information where more users will see it. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Aug 26, 2022
-
-
Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 24, 2022
-
-
Update the comment on ONIRO_LAYERS_CONF_VERSION to tell the user that they also need to change ONIRO_REQUIRED_LAYERS_CONF_VERSION and where to find it. Cover both cases of the sample and the local file. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 18, 2022
-
-
Andrei Gherzan authored
We define the initial value for these variables as being 1. We also need to set a default value for ONIRO_LAYERS_CONF_VERSION because the check will not be triggered when ONIRO_LAYERS_CONF_VERSION is not defined (builds before this check is introduced). Finally, we drop POKY_BBLAYERS_CONF_VERSION as it is an artefact from when the project was using the poky distro. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Aug 16, 2022
-
-
Andrei Gherzan authored
Oniro relies on this layer for containers support. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Aug 12, 2022
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Luca Seritan <luca.seritan@huawei.com>
-
- Jul 28, 2022
-
-
Natalia Kovalenko authored
manifests/default.xml: Add new project meta-seco-rockchip local.conf.sample: Add seco-px30-d23 to MACHINE bblayers.conf.sample: Add meta-seco-rockchip layer to BBLAYERS conf-notes.txt Add seco-px30-d23 to supported machines machines-and-flavours.yaml Add linux-seco-px30-d23 and linux-seco-px30-d23-extra jobs linux-flavour.rst: Add seco-px30-d23 to supported machines machines-and-flavours.rst Add linux-seco-px30-d23 job boards/index.rst Add seco-px30-d23 to supported boards Add the seco-px30-d23.rst file representing the new Seco's JUNO board (SBC-D23) in the oniro project. Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
-
- Jul 20, 2022
-
-
Pavel Zhukov authored
Oniro documentation recommends using of slirp option to have network connection from/to the image in qemu. Adjust conf-notes.txt to be consistent with the docs. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jul 19, 2022
-
-
Marta Rybczynska authored
Document the change in the default user/password for the production images. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Jul 15, 2022
-
-
Esben Haabendal authored
This is required by meta-openharmony layer. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 27, 2022
-
-
Davide Gardenal authored
Create bbclass files in meta-oniro-core that enable the user to activate the debug mode in local.conf. Activating it is equivalent to build -dev images as of this commit. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Apr 27, 2022
-
-
Andrei Gherzan authored
Before updating to kirkstone, we had work in progress support for qemu-generic-arm64. This requires meta-arm layer. With the kirkstone update, this layer was dropped. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Apr 21, 2022
-
-
Davide Gardenal authored
This enables us to build optional components in meta-rauc like casync. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Mar 22, 2022
-
-
Andrei Gherzan authored
Update the names used for C61 targets, there are now two instead of one before. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
C61 build has been split up from the target MACHINE=seco-imx8mm-c61 to two targets, MACHINE=seco-imx8mm-c61-2gb and MACHINE=seco-imx8mm-c61-4gb, depending on the memory on the card. Reflect that in the build instructions. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 14, 2022
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
oe-core completely dropped the associated class and support: https://lists.openembedded.org/g/openembedded-core/message/160848 This change drops the associated references in our build sample files. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Feb 21, 2022
-
-
Adding ovmf to runqemu commands since we switched to GRUB+EFI as boot solution. Without this argument it does not boot properly and remains stuck in "Booting from Hard Disk..." Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
- Jan 26, 2022
-
-
Andrei Gherzan authored
Both layers are currently only targeting the linux flavour so we can disable the warnings for the flavours where they are not in scope. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Both layers are currently only targeting the linux flavour so we can disable the warnings for the flavours where they are not in scope. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
On post dunfell versions, the mixin layers are not needed anymore. Also, the linaro optee layer is deprecated and the zephyr one was restructured to include meta-zephyr-bsp. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This will sync the local conf version with the metadata. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This will sync the local conf version with the metadata. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This will sync the local conf version with the metadata. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
image-mklibs was removed in oe-core due to python3 incompatibility and lack of testing. This change drops them from local.conf sample files as well. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 26, 2021
-
-
Eilís Ní Fhlannagáin authored
This commit adds support for the qemu-generic-arm64 machine as a basic qemu machine for arm SystemReady devices. It requires meta-arm-dunfell-backports in order to function. Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
-
- Nov 25, 2021
-
-
Andrei Gherzan authored
The blueprint layer was the only layer having a dependency on the homeassistant layer. With the meta-oniro-blueprint now handled externally, as a separate repository, we can remove this dependency and deal with it in the respective blueprint layer. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 19, 2021
-
-
Andrei Gherzan authored
Blueprints will have a new home: https://booting.oniroproject.org/distro/meta-oniro-blueprints Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 08, 2021
-
-
Marta Rybczynska authored
Layers order decides on the override of classes (layer priorities do not work for this [1]). To override a class from poky we need to move the overriding class (which is in meta-oniro-staging) before on the layers list. [1] https://www.yoctoproject.org/pipermail/yocto/2012-January/004379.html Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Nov 05, 2021
-
-
This commit adds meta-zephyr-bsp to the manifest and to bblayers.conf.sample for zephyr builds. Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
-
- Oct 15, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-