-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add chipsets/rpi.xml for Raspberry Pi target
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
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |