diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2022-05-21 12:04:45 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-05-25 12:18:18 -0400 |
commit | e69e3df88aa56bd05a8c2d5df759fed24072c55a (patch) | |
tree | bb7a9f18688081dc1957c2de323e05a5f36e2f6b /recipes-extended/xen/xen_4.14.bb | |
parent | d9f49b8818bf62532ffd8126e89bf2cee401d6a7 (diff) | |
download | meta-virtualization-honister.tar.gz |
xen: fix boot on the Raspberry Pi 4 with Xen 4.14honister
Apply the patch from Xen to fix device tree parsing in newer kernels.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.14.bb')
-rw-r--r-- | recipes-extended/xen/xen_4.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb index 267db16c..c0fa938f 100644 --- a/recipes-extended/xen/xen_4.14.bb +++ b/recipes-extended/xen/xen_4.14.bb | |||
@@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-${XEN_REL}" | |||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | 8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ |
9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ | 9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ |
10 | file://0001-xen-workaround-missing-device_type-property-in-pci-p.patch \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" |