We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d07fe0 commit 53b77b8Copy full SHA for 53b77b8
Makefile
@@ -72,7 +72,7 @@ environment+=BAO_DEMOS_SDCARD=/media/$$USER/boot
72
all: platform
73
74
bao_repo:=https://github.com/bao-project/bao-hypervisor
75
-bao_version:=v2.0-rc3
+bao_version:=wip/rh850-u2a16
76
bao_src:=$(wrkdir_src)/bao
77
bao_cfg_repo:=$(wrkdir_demo_imgs)/config
78
wrkdirs+=$(bao_cfg_repo)
guests/baremetal/make.mk
@@ -1,6 +1,6 @@
1
baremetal_src:=$(wrkdir_src)/baremetal
2
-baremetal_repo:=https://github.com/bao-project/bao-baremetal-guest.git
3
-baremetal_branch:=demo-next
+baremetal_repo:=https://github.com/JensenWei007/bao-baremetal-guest.git
+baremetal_branch:=master
4
5
$(baremetal_src):
6
git clone $(baremetal_repo) $@ --branch $(baremetal_branch)
0 commit comments