Skip to content

Commit 53b77b8

Browse files
feat(rh850): set wip branches
Signed-off-by: David Cerdeira <davidmcerdeira@gmail.com>
1 parent 4d07fe0 commit 53b77b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ environment+=BAO_DEMOS_SDCARD=/media/$$USER/boot
7272
all: platform
7373

7474
bao_repo:=https://github.com/bao-project/bao-hypervisor
75-
bao_version:=v2.0-rc3
75+
bao_version:=wip/rh850-u2a16
7676
bao_src:=$(wrkdir_src)/bao
7777
bao_cfg_repo:=$(wrkdir_demo_imgs)/config
7878
wrkdirs+=$(bao_cfg_repo)

guests/baremetal/make.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baremetal_src:=$(wrkdir_src)/baremetal
2-
baremetal_repo:=https://github.com/bao-project/bao-baremetal-guest.git
3-
baremetal_branch:=demo-next
2+
baremetal_repo:=https://github.com/JensenWei007/bao-baremetal-guest.git
3+
baremetal_branch:=master
44

55
$(baremetal_src):
66
git clone $(baremetal_repo) $@ --branch $(baremetal_branch)

0 commit comments

Comments
 (0)