Skip to content

Commit

Permalink
acrn: update to 2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
  • Loading branch information
cheeyanglee authored and saininav committed Aug 13, 2020
1 parent 4a0825e commit 125b387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
7 changes: 3 additions & 4 deletions recipes-core/acrn/acrn-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5732af37bf18525ed9d2b16985054901"

SRC_URI = "git://github.com/projectacrn/acrn-hypervisor.git;branch=${SRCBRANCH} \
file://gcc-10-disable-array-bounds-warning-for-now.patch \
"

# Snapshot tags are of the format:
# acrn-<year>w<week>.<day>-<timestamp><pass|fail>
PV = "2.0"
SRCREV = "9c1f1a0dba6e59e4be9e2f5b70a06cf89c577ecb"
SRCBRANCH = "release_2.0"
PV = "2.1"
SRCREV = "70e70fa3167888a5d95c235354462f23aa748c7e"
SRCBRANCH = "release_2.1"

UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"

Expand Down

This file was deleted.

0 comments on commit 125b387

Please sign in to comment.