Skip to content

Commit

Permalink
Add chipsets/rpi.xml for Raspberry Pi target
Browse files Browse the repository at this point in the history
Add  chipsets/rpi.xml for Raspberry Pi target

add rpi.xml manifest for building raspberry pi target

Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham committed Sep 11, 2024
1 parent 53c4f71 commit d3c11fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chipsets/rpi.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://github.com/eclipse-oniro-mirrors" name="origin" review="https://openharmony.gitee.com/openharmony/"/>
<default remote="origin" revision="OpenHarmony-4.0-Release" sync-j="4" />

<include name="ohos/ohos.xml" />
<include name="chipsets/rpi/rpi.xml" />
</manifest>
11 changes: 11 additions & 0 deletions chipsets/rpi/rpi.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://github.com/eclipse-oniro-mirrors" name="origin" review="https://openharmony.gitee.com/openharmony/"/>
<default remote="origin" revision="OpenHarmony-4.0-Release" sync-j="4" />

<remote name="oniro4openharmony" fetch="https://github.com/eclipse-oniro4openharmony/" />

<project name="device_board_rpi" path="device/board/rpi" groups="default,ohos:mini,ohos:small,ohos:standard,ohos:chipset" remote="oniro4openharmony"/>
<project name="device_soc_broadcom" path="device/soc/broadcom" groups="default,ohos:standard,ohos:chipset" remote="oniro4openharmony"/>
<project name="vendor_iscas" path="vendor/iscas" groups="default,ohos:mini,ohos:standard,ohos:chipset" remote="oniro4openharmony"/>
</manifest>

0 comments on commit d3c11fa

Please sign in to comment.