Skip to content

Commit 6aaa4fa

Browse files
committed
[DNM] manifest: add Xen module
Add the Xen include files as a module. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 8912f07 commit 6aaa4fa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

samples/hello_world/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# nothing here
2+
CONFIG_XEN_DOM0=y

samples/hello_world/src/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <stdio.h>
88

9+
#include <xen/public/xen.h>
10+
911
int main(void)
1012
{
1113
printf("Hello World! %s\n", CONFIG_BOARD_TARGET);

west.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: soburi
27+
url-base: https://github.com/soburi
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -367,6 +369,10 @@ manifest:
367369
- name: uoscore-uedhoc
368370
revision: 54abc109c9c0adfd53c70077744c14e454f04f4a
369371
path: modules/lib/uoscore-uedhoc
372+
- name: xen
373+
revision: b26dba6182bc2d7a14c2278af45cd243db308ad8
374+
path: modules/lib/xen
375+
remote: soburi
370376
- name: zcbor
371377
revision: 9b07780aca6fb21f82a241ba386ad9b379809337
372378
path: modules/lib/zcbor

0 commit comments

Comments
 (0)