- Mar 14, 2022
-
-
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>
-
- Jan 26, 2022
-
-
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
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>
-
- Oct 15, 2021
-
-
Pavel Zhukov authored
Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Oct 11, 2021
-
-
Stefan Schmidt authored
Change prefix for all DISTRO values as well as moving the distro config files and includes. This needs to go together with the .ostc-ci change to change our CI jobs for the new names. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Sep 23, 2021
-
-
Zygmunt Krynicki authored
Our download cache is temporarily out of order. Before it returns, disabling it should speed up fresh builds, as the cache is gone and is accessed repeatedly which wastes time. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Sep 09, 2021
-
-
Zygmunt Krynicki authored
The cache is relatively network-heavy, as it attempts to check if one of myriad of cache files is available and is somewhat misleading, since the cache only works for the small subset of configurations that have been cleared for legal re-distribution and have a public cache available. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Jun 01, 2021
-
-
Andrei Gherzan authored
The OS will start to depend on a specific partition table and having to maintain multiple qemu setups might not prove useful. Also, we have encountered issues trying to boot wic images (disk images as opposed to root filesystems) with qemu ARM machines. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Apr 28, 2021
-
-
- Apr 20, 2021
-
-
Zygmunt Krynicki authored
This bundles a rather large rename of all the recipes, descriptions and comments, with the exception of repositories referenced from gitee or other third party system (e.g. launchpad PPAs or COPR repositories). Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 15, 2021
-
-
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 04, 2021
-
-
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>
-
- 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 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 11, 2021
-
-
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>
-
- 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 26, 2021
-
-
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 12, 2021
-
-
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>
-