Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipse/oniro-core/oniro
  • landgraf/oniro
  • zyga/oniro
  • mrybczyn/oniro
  • agherzan/oniro
  • pcoval/oniro
  • tony3oo3/oniro
  • stefanschmidt/oniro
  • waykovalenko/oniro
  • bero/oniro
  • esben/oniro
  • robertd/oniro
  • pidge/oniro
  • shettygururaj/oniro
  • thierrye/oniro
  • sradakovi/oniro
  • dricci783/oniro
  • ektor5/oniro
  • fldn/oniro
  • lucafavaretto/oniro
  • lucazizolfi/oniro
  • artemkondratiuk/oniro
  • lucaseri/oniro
  • gwozdzcfs/oniro
  • kristis/oniro
  • brgl/oniro
  • heurtemattes/oniro
  • idlethread/oniro
  • lquach/oniro
  • ghassaneben/oniro
  • heurtemattes/oniro-bitbake
  • kzarka/oniro
  • heurtemattes/oniro-migration
  • pastanki/oniro
  • malowe/oniro
  • chaseqi/oniro
  • mrfrank/oniro
37 results
Show changes
Commits on Source (4)
...@@ -15,6 +15,12 @@ Raspberry Pi 4 Model B ...@@ -15,6 +15,12 @@ Raspberry Pi 4 Model B
Overview Overview
******** ********
.. note::
Even though this documentation targets Raspberry Pi 4, in Oniro, the same
image provides support for Raspberry Pi 3 as well. This means that the
following considerations and instructions apply to both types of hardware.
Raspberry Pi 4 Model B is powered with Broadcom BCM2711, quad-core Cortex-A72 Raspberry Pi 4 Model B is powered with Broadcom BCM2711, quad-core Cortex-A72
(ARM v8) 64-bit SoC @ 1.5GHz. This product's key features include a (ARM v8) 64-bit SoC @ 1.5GHz. This product's key features include a
high-performance 64-bit quad-core processor, dual-display support at high-performance 64-bit quad-core processor, dual-display support at
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
.. include:: ../../definitions.rst .. include:: ../../definitions.rst
.. _SupportedVBoardQemuARM:
Qemu ARM 32bit Qemu ARM 32bit
############## ##############
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
.. include:: ../../definitions.rst .. include:: ../../definitions.rst
.. _SupportedVBoardQemuARM64:
Qemu ARM 64bit Qemu ARM 64bit
############## ##############
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
.. include:: ../../definitions.rst .. include:: ../../definitions.rst
.. _SupportedVBoardQemuX86-64:
Qemu X86-64 Qemu X86-64
########### ###########
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
.. include:: ../../definitions.rst .. include:: ../../definitions.rst
.. _SupportedVBoardQemuX86:
Qemu X86 Qemu X86
######## ########
......
...@@ -40,7 +40,7 @@ SPDX-FileCopyrightText: Huawei Inc. ...@@ -40,7 +40,7 @@ SPDX-FileCopyrightText: Huawei Inc.
<project name="riscv/meta-riscv" remote="github" revision="70e099d7ceca52a1dde2c978713012f6b20a9891" path="meta-riscv" /> <project name="riscv/meta-riscv" remote="github" revision="70e099d7ceca52a1dde2c978713012f6b20a9891" path="meta-riscv" />
<project name="meta-arm" remote="yocto" revision="bafd1d013c2470bcec123ba4eb8232ab879b2660" path="meta-arm" /> <project name="meta-arm" remote="yocto" revision="bafd1d013c2470bcec123ba4eb8232ab879b2660" path="meta-arm" />
<project name="jiazhang0/meta-secure-core" remote="github" revision="1a74be5b363ee61256093e0a3efaa78fd370a27c" path="meta-secure-core" /> <project name="jiazhang0/meta-secure-core" remote="github" revision="1a74be5b363ee61256093e0a3efaa78fd370a27c" path="meta-secure-core" />
<project name="pub/rockchip/meta-seco-rockchip" remote="seco" revision="0613c6ee5601d8d67eee78b7b790f1a9e72d2918" path="meta-seco-rockchip" /> <project name="pub/rockchip/meta-seco-rockchip" remote="seco" revision="d97ab634f14489962608d20985009ef6f7b906f7" path="meta-seco-rockchip" />
<project name="meta-virtualization" remote="yocto" revision="9a487c1851aa2021cf24f951957e22fd429c8025" path="meta-virtualization" /> <project name="meta-virtualization" remote="yocto" revision="9a487c1851aa2021cf24f951957e22fd429c8025" path="meta-virtualization" />
<!-- <!--
......