- Mar 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>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zygmunt Krynicki authored
OSTC now publishes a complete sstate-cache and download cache for a set of builds and configurations. Using those caches can dramatically speed up setting up the development environment by avoiding huge source downloads (about 12GB at the time of this writing) and virtually all of the compilation (close to an hour on a 6 core 8th gen Intel mobile CPU) at the cost of miniscule sstate cache download (on the order of one gigabyte). The setting is added at the bottom of local.conf, where it is easier to spot and disable, if desired. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 12, 2021
-
-
Andrei Gherzan authored
These machines are not as of now in the scope of the project. We remove them from the local.conf samples to not leave room for confusion. This aligns the qemu set of supported targets with `conf-notes.txt` and general documentation too. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 11, 2021
-
-
Strong (=) assignment makes it impossible to override DISTRO in command line when calling bitbake e.g.: $ DISTRO=myCoolOS bitbake myCoolImage With strong assignment, the local.conf DISTRO setting has precendence over command line setting. Using weak assignment allows user to build other DISTRO without editing local.conf. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Mar 08, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 05, 2021
-
-
Stefan Schmidt authored
Our bblayers file diverged between the different flavours and e.g. the meta-ohos-foundation was still present for zephyr and freertos. We enable all layers on all flavours. The only overhead should be in parsing the recipes. If something else breaks we consider this a bug worth fixing. The usage of symlinks should be safe here. Yocto buildhost will almost always be Linux based, but it this should even work on Windows by now. If we run into trouble with this we can always got back to three files. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Zbigniew Bodek authored
Since https://git.ostc-eu.org/OSTC/OHOS/meta-av96/-/merge_requests/4 it is no longer needed. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Mar 04, 2021
-
-
Andrei Gherzan authored
The BSP layer is now a subdirectory - meta-av96-core. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The layer was restructured and all the BSP support is now provided through the machine configuration. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 03, 2021
-
-
Zbigniew Bodek authored
Add meta-qt5, new dependency layer of meta-av96. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Mar 01, 2021
-
-
Andrei Gherzan authored
This will include definitions and info for useful variables like DL_DIR, SSTATE_DIR etc. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Feb 23, 2021
-
-
Ettore Chimenti authored
Add general description of MACHINE and add bblayers to template. Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com>
-
- Feb 16, 2021
-
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
meta-ohos-foundation is currently unused, therefore it should not be included in the bblayers.conf.sample file. meta-ohos-acts layer contains recipes for building OHOS tests. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Make a default machine first on the list and in bold (in README.md) to avoid ambiguity. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Zbigniew Bodek authored
zephyr is no longer preferred, default DISTRO. Change it to openharmony-zephyr. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
meta-ohos-core contains DISTRO configurations that may be used by Zephyr build. In the future some images also may be added. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Feb 15, 2021
-
-
Zbigniew Bodek authored
Poky is no longer correct default DISTRO. Change it to openharmony-linux. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Feb 12, 2021
-
-
Wojciech Zmuda authored
Add missing boards to the supported boards list. Add missing hyphen in `runqemu` command. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
Wojciech Zmuda authored
Explicitly setting `DEPLOY_DIR_IMAGE` is not needed, since we have `TEMPLATECONF`. Setting `TEMPLATECONF` on the `source` step makes both `bitbake` and `runqemu` steps share the same `DISTRO` setting, which sets `DEPLOY_DIR_IMAGE` properly. Remove it from readme and conf-notes shown after sourcing the env. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Feb 11, 2021
-
-
Zbigniew Bodek authored
Since the default images have changed, switch to the new ones recommended for OpenHarmony. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Remove redundant IMAGE_INSTALL_append from local.conf.sample. openharmony-image-base and openharmony-image-extra images will include those packages. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add meta-ohos-core to the sample list of layers being used in the project. The layer contains: * Core elements of the OpenHarmony distribution * Reference images recipes Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Jan 28, 2021
-
-
Zbigniew Bodek authored
Fix typo appned -> append to include networking packages as intended. Add leading space to not break things being appended. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Jan 27, 2021
-
-
Robert Drab authored
Having core-image-minimal as a default first-on-the-list image can be misleading when adding new boards to the build system as this image allows only to boot-up minimal system without any features that the board may support in terms of connectivity, etc. core-image-full-cmdline, likewise, does not include "kernel-modules" and can cause similar confusion. Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/7 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Jan 26, 2021
-
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Wojciech Zmuda authored
Add required meta-layers to bblayers.conf.sample. Add dependencies to local.conf.sample that provide necessary packages to enable Ethernet, WiFi and Bluetooth connectivity. Mention the board in README. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Jan 22, 2021
-
-
Co-authored-by:
Ettore Chimenti <ettore.chimenti@seco.com> Co-authored-by:
Tommaso Merciai <tommaso.merciai@seco.com> Co-authored-by:
Alberto Merciai <alberto.merciai@seco.com> Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com>
-
- Jan 12, 2021
-
-
Robert Drab authored
Copy of Poky sample files with default distro set to freertos meta-freertos and meta-ohos-foundation layers added to bblayers.conf.sample Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Copy of Poky sample files with default distro set to zephyr and following meta-layer in bblayers.conf.sample: - poky/meta - meta-openembedded/meta-oe - meta-openembedded/meta-python - meta-zephyr - meta-ohos/meta-ohos-foundation Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Copy of Poky sample files with default distro set to poky and meta-ohos-foundation layer added Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-