diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-10 14:33:11 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-21 17:31:29 -0400 |
commit | 5d30327332959dadc13d8810b00c18f445ee61cd (patch) | |
tree | 59c24851ed3c685dec402483e2eda8324b2a5c34 | |
parent | c9554c69371341346ab043e9ce580e9416d31c12 (diff) | |
download | meta-virtualization-5d30327332959dadc13d8810b00c18f445ee61cd.tar.gz |
lopper: update to 1.0.2
Bumping lopper to latest, which comprises the following commits:
c7b22ce lopper/subsystem: update access to latest specification
716fe89 lopper/init: pass permissive to dt_compile if specified on the command line
2575d66 dt_compile: allow duplicate label errors to be skipped with --permissive
22b2515 lopper: drop duplicate labels due to node merging
f70eb86 lopper: bump version to 1.0.2
9b72de5 lopper: only execute main() when __main__ is called directly
b0b19a1 lopper: improve label round trip handling
d4b7706 docs: clarify lop versioning an compatible strings
e44204b README: add phandle-desc-v1 description
17350a7 version: bump to 1.0.1
0a4fcac tree: fix tree export and reload
520dea8 lopper/base: add secure-address-map description
6e660c5 lopper/lops: resolve tree when copying
8d46634 lopper: allow select to match labels
7aac1e3 openamp: add stub for OpenAMP Domain processing landing function
82986bb lopper: add the ability to extend phandle meta-data table
914c7e2 yaml: add alias/anchor based node naming
d9f1abb spec: update remoteproc example per latest spec
40cc05d lop-load: add back CDO
d5d23ab xlnx: subsystem: rename lopper_tree to lopper.tree in imports
7d23ba6 lop-load: update for latest master
4caa022 openamp: add stubs for picking up domain to domain YAML property
d8dae9d openamp_xlnx: rename fily openamp_xlnx.py to allow includes from this file
0358879 yaml-xlate: add stub for domain-to-domain property
903b16a spec: remove resource-groups
1dd1e67 README: update to add mailing list information
5da82a1 lopper/yaml: add lopper processing for "<<+" extension marker
3d05302 assists: domain_access: Fix update_mem_node handling for higher address
3c81fcc fdt: handle large integers
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-kernel/lopper/lopper_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb index e96bac72..d91f7edf 100644 --- a/recipes-kernel/lopper/lopper_git.bb +++ b/recipes-kernel/lopper/lopper_git.bb | |||
@@ -4,11 +4,11 @@ LICENSE = "BSD-3-Clause" | |||
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" |
7 | SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689" | 7 | SRCREV = "c7b22ce9f1704488e0f92cfd682aba9a048c9e14" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | BASEVERSION = "1.0" | 10 | BASEVERSION = "1.0.2" |
11 | PV="v${BASEVERSION}+git${SRCPV}" | 11 | PV = "v${BASEVERSION}+git${SRCPV}" |
12 | 12 | ||
13 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl" | 13 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl" |
14 | 14 | ||