- Jun 10, 2021
-
-
Arul Kumaran authored
* Renamed All scenario OS to All scenarios OS. Signed-off-by:
Arul Kumaran <arulkumaran.devarajan@huawei.com>
-
- Jun 09, 2021
-
-
Bernhard Rosenkränzer authored
Build with mbedTLS and update to 4.3.0-rc3 (4.3 is the first version that supports mbedTLS) Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jun 08, 2021
-
-
Zygmunt Krynicki authored
Ever since we've landed https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/147 the way to invoke `runqemu` has changed slightly. Update stale documentation sections that were left out. Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/67 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Jun 07, 2021
-
-
Definition of OpenThread Advantages OpenThread Border Router to connect to internet This closes: OSTC/planning/core-os#13 Signed-off-by:
shettygururaj <gururaj.shetty@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 04, 2021
-
-
Arul Kumaran authored
* Fixed review comments, fixes issue https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/62 . Signed-off-by:
Arul Kumaran <arulkumaran.devarajan@huawei.com>
-
- Jun 02, 2021
-
-
Stefan Schmidt authored
The patch is now merged upstream and we can bump our SRCREV to include it. It is the only commit coming in from the SRCREV bump so it is basically identical to what be had before. Besides the reduced technical dept on our side. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Nagesh Shamnur authored
Signed-off-by:
Nagesh Shamnur <nagesh.shamnur@huawei.com>
-
Nagesh shamnur authored
changes are needed in the following files: flavours/zephyr/conf-notes.txt flavours/zephyr/local.conf.sample Signed-off-by:
Nagesh Shamnur <nagesh.shamnur@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>
-
Arul Kumaran authored
* Introduce new nRF52840-DK topic in supported boards, fixes issue https://git.ostc-eu.org/OSTC/planning/hw-enablement/-/issues/27 . Signed-off-by:
Arul Kumaran <arulkumaran.devarajan@huawei.com>
-
Andrei Gherzan authored
It's clearer to have one root partition size variable that is used in the setup of both A and B partitions. Signed-off-by:
Andrei Gherzan <andrei.gherzan@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
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This machine pulls in almost 0.5GiB of linux-firmware so let's have enough space for this specific one. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This was a ZFS specific workaround. Drop because it makes little sense to grow the fs this much for all other no-zfs hosts. 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 speeds up the flashing process considerably. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The build system outputs block allocation meta-data that, when used with bmaptool, speeds up writing the disk considerably. Also, the serial section is now obsolete as it is enabled with debug-tweaks distro feature. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This cleans and speeds up the flashing process considerably. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
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>
-
Andrei Gherzan authored
All the currently supported linux-based boards are configured to use wic, as image type, and the provided wic configuration, for common partition table. qemux86 qemux86-64 stm32mp1-av96 seco-intel-b68 seco-imx8mm-c61 raspberrypi4-64 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This allows us to use IMAGE_BOOT_FILES to include these files in a image. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The configuration is based on systemd-bootdisk.wks but with our common partition layout. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
It is based on qemux86-directdisk.wks but with support for our common partition layout. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This is based on imx-uboot-bootpart.wks.in but with our common partition layout. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This is based on FlashLayout_sdcard_stm32mp157a-av96-extensible.tsv as a starting point. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
* dtb_boot_files - converts dtb entries from KERNEL_DEVICETREE (assumed in DEPLOY/kernel) into IMAGE_BOOT_FILES ones (assuming destination is the root of the filesystem) * extlinux_boot_files - converts extlinux files (assumed in DEPLOY/bootloader/extlinux) to IMAGE_BOOT_FILES entries (assuming destination is relative to the deploy directory of the extlinux files) 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>
-
Andrei Gherzan authored
This distro configuration only really applies on Linux builds. We have set it for other kernels in the past to workaround some bugs - fixes were upstreamed in the meanwhile. So we can remove all these from our local.conf samples. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Amit Kucheria authored
Closes OSTC/planning/core-os#84 Signed-off-by:
Amit Kucheria <amit.kucheria.ext@huawei.com>
-
Gururaj Shetty authored
Details of the arduino-nano-33-ble.rst How to flash This closes OSTC/planning/hw-enablement#29 Signed-off-by:
shettygururaj <gururaj.shetty@huawei.com>
-
- May 31, 2021
-
-
Signed-off-by:
Santeri Salko <santeri.salko@huawei.com>
-
Zygmunt Krynicki authored
Scheduled builds will allow us to re-test what's in HEAD without opening a pull request. Making drafts start in manual mode will conserve resources without limiting one's ability to iterate on selective targets. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Bernhard Rosenkränzer authored
Pull in newer version of xts-acts. We need https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/commit/1568d75f14b0538ed0de39145b143adbc5946656 for successful builds with clang. Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- May 28, 2021
-
-
Stefan Schmidt authored
Two additional patches to make it build with musl. Closes: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/2 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Add kernel hardening options based on the Kernel Self Protection Project recommendations [1] and set them in the default kernel. [1] https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-