Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update layers and switch oe-core to yoe/dunfell #342

Merged
merged 4 commits into from
Apr 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update meta-openembedded
* sources/meta-openembedded b1aa5f785...b5f510e48 (24):
  > Remove LICENSE = "MIT" from images
  > meta-initramfs: put images and initrdscripts in recipes-core
  > babl: Disable ffp-exception-behavior on riscv/clang
  > python3-ordered-set: Enable ptest
  > python3-jsmin: Enable ptest
  > python3-pytz: Enable ptest
  > python3-multidict: Enable ptest
  > hostapd: CVE-2019-16275.patch
  > Android-tools: Support Risc-V ISA
  > python3-msgpack: Enable ptest
  > python3-more-itertools: Enable ptest
  > python3-markupsafe: Enable ptest
  > python3-license-expression: Enable ptest
  > python3-jsonpointer: Enable ptest
  > python3-jinja2: Enable ptest
  > python3-jdcal: Enable ptest
  > kexecboot(-klibc): update recipe to master on github (5a5e04b)
  > utouch-evemu: Correctly specify PV to match upstream
  > utouch-evemu: correct Fix build for 32bit arches with 64bit time_t
  > xcb-util-cursor: initial add 0.1.3
  > openh264: Upgrade to 2.1.0
  > sysdig: Do not depend on luaJIT for riscv
  > libuv: upgrade 1.35.0 -> 1.36.0
  > fbgrab: upgrade 1.3.1 -> 1.3.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj committed Apr 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 71a8ef0ca680630df0eec7a7cc1b6062741ae74a
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 44 files
+1 −0 meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
+1 −1 meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+0 −2 meta-initramfs/recipes-core/images/initramfs-debug-image.bb
+0 −0 meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb
+0 −0 meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb
+0 −2 meta-initramfs/recipes-core/images/meta-initramfs-image.bb
+0 −0 meta-initramfs/recipes-core/initrdscripts/files/init-debug.sh
+0 −0 meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb
+0 −25 ...timedia/recipes-multimedia/openh264/openh264/0001-Makefile-Do-not-poke-at-host-gcc-for-target-options.patch
+0 −70 meta-multimedia/recipes-multimedia/openh264/openh264/0001-codec-Disable-asm-for-mips.patch
+3 −4 meta-multimedia/recipes-multimedia/openh264/openh264_2.1.0.bb
+79 −0 meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-16275.patch
+1 −0 meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
+1 −1 meta-oe/recipes-connectivity/libuv/libuv_1.36.0.bb
+359 −0 meta-oe/recipes-devtools/android-tools/android-tools/build/0001-Riscv-Add-risc-v-Android-config-header.patch
+189 −0 meta-oe/recipes-devtools/android-tools/android-tools/core/0013-adb-Support-riscv64.patch
+5 −0 meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+4 −0 meta-oe/recipes-extended/sysdig/sysdig_git.bb
+1 −1 meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb
+11 −0 meta-oe/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.3.bb
+9 −6 meta-oe/recipes-support/utouch/utouch-evemu/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
+1 −1 meta-oe/recipes-support/utouch/utouch-evemu_git.bb
+16 −0 meta-python/recipes-devtools/python/python-jinja2.inc
+13 −1 meta-python/recipes-devtools/python/python-jsonpointer.inc
+14 −1 meta-python/recipes-devtools/python/python-license-expression.inc
+14 −1 meta-python/recipes-devtools/python/python-markupsafe.inc
+15 −0 meta-python/recipes-devtools/python/python-more-itertools.inc
+3 −0 meta-python/recipes-devtools/python/python3-jdcal/run-ptest
+13 −1 meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
+3 −0 meta-python/recipes-devtools/python/python3-jinja2/run-ptest
+3 −0 meta-python/recipes-devtools/python/python3-jsmin/run-ptest
+13 −1 meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb
+3 −0 meta-python/recipes-devtools/python/python3-jsonpointer/run-ptest
+3 −0 meta-python/recipes-devtools/python/python3-license-expression/run-ptest
+3 −0 meta-python/recipes-devtools/python/python3-markupsafe/run-ptest
+3 −0 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
+3 −0 meta-python/recipes-devtools/python/python3-msgpack/run-ptest
+14 −1 meta-python/recipes-devtools/python/python3-msgpack_0.6.2.bb
+3 −0 meta-python/recipes-devtools/python/python3-multidict/run-ptest
+14 −1 meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
+3 −0 meta-python/recipes-devtools/python/python3-ordered-set/run-ptest
+13 −1 meta-python/recipes-devtools/python/python3-ordered-set_3.1.1.bb
+3 −0 meta-python/recipes-devtools/python/python3-pytz/run-ptest
+17 −1 meta-python/recipes-devtools/python/python3-pytz_2019.3.bb