- Oct 15, 2021
-
-
Andrei Gherzan authored
This change is in line with the project's rebranding. The collection is also changed a bit to drop the "meta-" prefix. There is no clear standardization on the collection name. Some use an ID, some use ID-layer, some use meta-ID etc. We have decided to use the the layer name without the "meta-" prefix because this is an ID, not a layer per se. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Currently, the Linux Oniro distro configuration is based on poky. We plan to simplify the build setup by using oe-core and bitbake directly so we remove this distro dependency by making it a standalone distro configuration. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Oct 14, 2021
-
-
Fixes: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/74 Signed-off-by:
Andrei Gherzan <andrei.gherzan@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>
-
Stefan Schmidt authored
Followed up the project rename in the unified linux tree recipe. Remaining change is the rename of the branch in the kernel repo and the follow up change here. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
This commit still keeps the internal DISTRO variable name as-is and only changes the longer free form version. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Andrei Gherzan authored
Fixes: https://git.ostc-eu.org/OSTC/planning/maintenance/-/issues/17 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Sep 14, 2021
-
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Amit Kucheria authored
We first convert over qemuarm, qemuarm64, qemux86 and qemux86-64 to use the common kernel. Signed-off-by:
Amit Kucheria <amit.kucheria.ext@huawei.com>
-
- Sep 13, 2021
-
-
Andrei Gherzan authored
We have merged in the inclusion of NetworkManager in the reference images so we can disable networkd to avoid runtime conflict. Fixes https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/112 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Aug 27, 2021
-
-
Stefan Schmidt authored
We use systemd for everything related to logging in our distribution. Mosquitto was the only package bringing in dlt-daemon for a use case we already covered. Disable the PACKAGECONFIG option for it in our distro configuration. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Jul 21, 2021
-
-
Bernhard Rosenkränzer authored
Use binutils 2.37 by default in allscenarios-linux Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jul 19, 2021
-
-
Marta Rybczynska authored
We do not use NFS in the image, nor in any of the blueprints. An unused service is a potential security issue, so we remove it. In addition to expected DISTRO_FEATURES/IMAGE_FEATURES, we need to remove a dependency to the packagegroup-core-device-devel that includes nfs. This package is included in poky.conf for all qemu builds, but is not needed and has been removed from Poky [1] in August 2020. [1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d707fa30f8a24d1e50831846330757254f245791 Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Jul 13, 2021
-
-
Use glibc 2.33 from meta-ohos instead of 2.31 from dunfell Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jul 07, 2021
-
-
Bernhard Rosenkränzer authored
Prefer gcc 11.x over dunfell's 9.x Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jun 23, 2021
-
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Jun 16, 2021
-
-
This reverts commit c37400e5. We will use linaro recipes directly from their layer repo, so we do not have to copy the recipes. Signed-off-by:
Santeri Salko <santeri.salko@huawei.com>
-
- Jun 11, 2021
-
-
Zygmunt Krynicki authored
This reverts commit a07e1f56. Forum: https://forum.ostc-eu.org/t/reverting-compiler-back-to-gcc/76/3 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
To make use of some features introduced in the clang 12 based toolchain, such as support for DWARF-5 format debug info, support in binutils (in particular as and ld) is needed. Bring binutils up to 2.36.1 (in sync with patches in poky master) to have a binutils version matching what some newer toolchain features need. The recipe is in sync with the recipe in poky revision e7ce28c8b060fc4fc84fe328275bbca87d17a3f0 Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jun 05, 2021
-
-
Bernhard Rosenkränzer authored
Switch defaults to use clang, compiler-rt and libc++ -- let's test our toolchain extensively before the release. To go back to previous defaults, simply override the settings by putting TOOLCHAIN = "gcc" etc. into local.conf Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jun 01, 2021
-
-
Linux daemon (tee-supplicant) and library (libteec) for using trusted applications (TA's) of OP-TEE secure OS. This code comes from linaro repository: https://git.linaro.org/openembedded/meta-linaro.git/tree/meta-optee Signed-off-by:
Santeri Salko <santeri.salko@huawei.com>
-
Andrei Gherzan authored
The optee DISTRO_FEATURE seems to only be used in https://github.com/STMicroelectronics/meta-st-openstlinux which we don't pull in our setup as of now. Drop this change to avoid confusion. This reverts commit 229e09c3. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
We default to debug-tweaks for our images so let's also have debug console by default. This will need to tie in with production/development builds feature in the future. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This configuration exposes variables for 'part' wic entries. These are to be used in our wic configurations so that they all share the same base setup. Initial sizes are also defined here. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- May 31, 2021
-
-
Signed-off-by:
Santeri Salko <santeri.salko@huawei.com>
-
- 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>
-
- Apr 07, 2021
-
-
Andrei Gherzan authored
As the ohos-sanity bbclass is not kernel-specific, the inclusion is done through an include file. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Stefan Schmidt authored
With the 0.1.0 release done we are now back in development mode. Indicate this by setting the version to 0.1.99. If we ned to provide stable update releases to 0.1.0 they will come from a release branch as 0.1.1 .. 0.1.n. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Apr 06, 2021
-
-
Stefan Schmidt authored
This commit marks the final Aladeen 0.1.0 release. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 26, 2021
-
-
Stefan Schmidt authored
This is our first release candidate for our Aladeen release, 0.1.0. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- 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>
-
- Mar 12, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 08, 2021
-
-
Andrei Gherzan authored
Epiphany needs gcr while gcr needs x11 backend in gtk3+. That leads us to the need of bringing x11 DISTRO_FEATURE back. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 01, 2021
-
-
Stefan Schmidt authored
In order to control what we ship and being responsible for, as well as reducing the image size, we start with disabling DISTRO_FEATURES we inherited from Poky. These are simply default values Poky uses to show what Yocto/OE can do. They have currently no use for us and we can still bring them back when the use cases arises. Before: build tasks: 5795 (26m) du -cs tmp/deploy/images/stm32mp1-av96/openharmony-image-extra-stm32mp1-av96-20210301211000.rootfs.tar.xz 46624 After: build tasks: 5159 (24m) du -cs tmp/deploy/images/stm32mp1-av96/openharmony-image-extra-stm32mp1-av96-20210301215709.rootfs.tar.xz 43420 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Feb 22, 2021
- Feb 11, 2021
-
-
Zbigniew Bodek authored
Add openharmony-linux base distribution configuration as a superset of poky. For now this distro only enables systemd as a default init manager instead of sysvinit. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-