diff options
author | Jaewon Lee <jaewon.lee@xilinx.com> | 2019-03-27 10:50:40 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:03:36 -0800 |
commit | 444ece86998c618df6958f6bd25386ff7db424b2 (patch) | |
tree | 58161981cbef2c9f35cecc4cc87bd3ffa7e829bf /meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |
parent | 5e7c4ffd6fe8013e8c4ac7e39e9fc0b251cafaeb (diff) | |
download | meta-xilinx-444ece86998c618df6958f6bd25386ff7db424b2.tar.gz |
Update recipes for 2019.2 release
Update u-boot, kernel, ATF, QEMU, pmu-firmware, multimedia recipes for
2019.2 release.
The patch also upgrades gcc microblaze, newlib and libgloss versions.
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc')
-rw-r--r-- | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc index ad44f098..e9efee6f 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |||
@@ -3,18 +3,17 @@ HOMEPAGE = "https://github.com/xilinx/qemu/" | |||
3 | 3 | ||
4 | QEMU_TARGETS = "aarch64 arm microblaze microblazeel" | 4 | QEMU_TARGETS = "aarch64 arm microblaze microblazeel" |
5 | 5 | ||
6 | XILINX_RELEASE_VERSION = "v2019.1" | ||
7 | XILINX_QEMU_VERSION ?= "v2.11.1" | ||
8 | BRANCH ?= "branch/xilinx-v2019.1" | ||
9 | SRCREV ?= "5f38ea92fb697b94ad43f01fe162f3ed6e6b0e16" | ||
10 | |||
11 | |||
12 | LIC_FILES_CHKSUM = " \ | 6 | LIC_FILES_CHKSUM = " \ |
13 | file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 7 | file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
14 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ | 8 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ |
15 | " | 9 | " |
16 | DEPENDS = "glib-2.0 zlib pixman" | 10 | DEPENDS = "glib-2.0 zlib pixman" |
17 | 11 | ||
12 | XILINX_RELEASE_VERSION = "v2019.2" | ||
13 | XILINX_QEMU_VERSION ?= "v2.11.1" | ||
14 | BRANCH ?= "branch/xilinx-v2019.2" | ||
15 | SRCREV ?= "6617fbc8be3525ca524f7d4ef7fc7b14c5b0c822" | ||
16 | |||
18 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 17 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
19 | 18 | ||
20 | PV = "${XILINX_QEMU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | 19 | PV = "${XILINX_QEMU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" |
@@ -24,13 +23,18 @@ REPO ?= "git://github.com/Xilinx/qemu.git;protocol=https" | |||
24 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 23 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
25 | SRC_URI = "${REPO};${BRANCHARG}" | 24 | SRC_URI = "${REPO};${BRANCHARG}" |
26 | 25 | ||
26 | SRC_URI_append = " file://0001-The-glibc-2.29.9000-6.fc31.x86_64-package-finally-in.patch" | ||
27 | |||
27 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
28 | 29 | ||
30 | EXTRA_OECONF_append= " --python=python2.7" | ||
31 | |||
29 | # Disable KVM completely | 32 | # Disable KVM completely |
30 | PACKAGECONFIG_remove = "kvm" | 33 | PACKAGECONFIG_remove = "kvm" |
34 | PACKAGECONFIG[ssh] = "--enable-libssh,," | ||
31 | 35 | ||
32 | # Enable libgcrypt | 36 | # Enable libgcrypt |
33 | PACKAGECONFIG_append = " gcrypt" | 37 | PACKAGECONFIG_append = " gcrypt fdt alsa kvm" |
34 | 38 | ||
35 | DISABLE_STATIC_pn-${PN} = "" | 39 | DISABLE_STATIC_pn-${PN} = "" |
36 | 40 | ||
@@ -50,4 +54,4 @@ do_configure_prepend() { | |||
50 | do_install_append() { | 54 | do_install_append() { |
51 | # Prevent QA warnings about installed ${localstatedir}/run | 55 | # Prevent QA warnings about installed ${localstatedir}/run |
52 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | 56 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
53 | } \ No newline at end of file | 57 | } |