Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-13 Thread Khem Raj

Hi Ross

I pushed a few more fixes to branch which fixes

kernel build issue
ovmf build issue
python2 build issue (your fix)

I could not reproduce the mesa issues that is shown on AB

With this I think we should be in better shape. Can you retry

http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/master

Once again and please bump the kernel version in poky to default by 
removing the pinning


meta-poky/conf/distro/poky-lsb.conf:PREFERRED_VERSION_linux-yocto_linuxstdbase 
?= "4.14%"
meta-poky/conf/distro/poky-tiny.conf:PREFERRED_VERSION_linux-yocto-tiny 
?= "4.14%"

meta-poky/conf/distro/poky.conf:PREFERRED_VERSION_linux-yocto ?= "4.14%"


Thanks
-Khem



On 5/11/18 3:05 PM, Burton, Ross wrote:

I threw the branch at the Yocto Project autobuilder today, produced a
number of failures:

http://errors.yoctoproject.org/Errors/Latest//?filter=b23dba19607412c8cc7d267d95354d65f5631088=commit

Ross

On 5 May 2018 at 01:26, Khem Raj  wrote:

Hi All

As you might have noticed that gcc 8.1 was released this week, I am
calling out for some testing help on testing branch so we can weed out
issues you might see in your setups. so if you have your
builders idling over weekend, then you know what they can do this weekend :)

Highlighted changes are

https://gcc.gnu.org/gcc-8/changes.html

and porting doc is

https://gcc.gnu.org/gcc-8/porting_to.html

The branch is here

http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-8

Its uptodate on top of current master oe-core

May fourth be with you !!

Cheers!

-Khem
--
___
Openembedded-core mailing list
openembedded-c...@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-initramfs][PATCH] kexec-tools-klibc: upgrade from v. 2.0.2 to 2.0.17

2018-05-13 Thread Andrea Adami
This version does support aarch64.
Ad klibc-specific patchset and track the git repository
to get the (many) fixes for the warnings.

Signed-off-by: Andrea Adami 
---
 .../kexec-tools-klibc-2.0.2/arm_crashdump.patch|  12 --
 .../kexec-tools-klibc-2.0.2/cflags_static.patch|  11 --
 .../fix-out-of-tree-build.patch|  54 
 .../kexec-tools-klibc-2.0.2/ifdown_errno.patch |  11 --
 .../kexec-tools-klibc-2.0.2/kexec-elf-rel.patch|  61 -
 .../kexec-tools-klibc-2.0.2/kexec-syscall.patch|  44 --
 .../kexec-tools-klibc-2.0.2/ppc__lshrdi3.patch |  18 ---
 .../kexec-tools-klibc-2.0.2/purgatory_flags.patch  |  21 ---
 .../kexec-tools-klibc-2.0.2/purgatory_string.patch |   9 --
 .../kexec/kexec-tools-klibc-2.0.2/sha256.patch |  13 --
 .../sysconf_nrprocessors.patch |  13 --
 .../kexec-tools-klibc-2.0.2/x86_basename.patch |  14 --
 .../kexec-tools-klibc-2.0.2/x86_kexec_test.patch   |  13 --
 .../kexec/kexec-tools-klibc-2.0.2/x86_sys_io.patch |  21 ---
 .../kexec-tools-klibc-2.0.2/x86_vfscanf.patch  |  27 
 .../0001-force-static-build.patch  |  25 
 ...e-order-of-headers-to-fix-build-for-musl.patch} |  17 ++-
 .../0003-kexec-elf-rel-use-our-elf.h.patch |  92 +
 ...4-kexec-elf-exec.c-replace-with-our-err.h.patch |  30 
 ...lf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 134 ++
 ...all.h-work-around-missing-syscall-wrapper.patch |  49 +++
 .../0007-kexec.c-add-guard-around-ENOTSUP.patch|  37 +
 .../0008-kexec.c-replace-mising-BLKGETSIZE64.patch |  32 +
 ...mcore-dmesg.c-work-around-missing-imaxdiv.patch |  57 
 .../0010-fs2dt.c-work-around-missing-getline.patch |  47 +++
 .../0011-purgatory-Makefile-adapt-to-klcc.patch|  43 ++
 ...tory-string.c-avoid-inclusion-of-string.h.patch |  31 +
 ...3-sha256.h-avoid-inclusion-of-sys-types.h.patch |  36 +
 .../0014-add-if_nameindex-from-musl.patch  | 152 +
 .../0015-vmcore-dmesg-fix-warning.patch|  29 
 .../arm64-crashdump-arm64.c-fix-warning.patch  |  34 +
 ..._kexec-image-header.h-add-missing-le64toh.patch |  40 ++
 ...4_purgatory-Makefile-remove-unknown-flags.patch |  51 +++
 .../kexec/kexec-tools-klibc/arm_crashdump.patch|  31 +
 ...c-purgatory-Makefile-remove-unknown-flags.patch |  34 +
 ...4-purgatory-Makefile-remove-unknown-flags.patch |  33 +
 .../kexec/kexec-tools-klibc/x86_basename.patch |  30 
 .../kexec/kexec-tools-klibc/x86_kexec_test.patch   |  30 
 .../kexec/kexec-tools-klibc/x86_sys_io.patch   |  36 +
 .../kexec/kexec-tools-klibc/x86_vfscanf.patch  |  43 ++
 .../kexec/kexec-tools-klibc_2.0.2.bb   |  69 --
 .../recipes-kernel/kexec/kexec-tools-klibc_git.bb  |  92 +
 42 files changed, 1256 insertions(+), 420 deletions(-)
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/cflags_static.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/fix-out-of-tree-build.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/ifdown_errno.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/kexec-elf-rel.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/kexec-syscall.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/ppc__lshrdi3.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/purgatory_flags.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/purgatory_string.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sysconf_nrprocessors.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/x86_basename.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/x86_kexec_test.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/x86_sys_io.patch
 delete mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/x86_vfscanf.patch
 create mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0001-force-static-build.patch
 rename 
meta-initramfs/recipes-kernel/kexec/{kexec-tools-klibc-2.0.2/0001-Adjust-the-order-of-headers-to-fix-build-for-musl.patch
 => 
kexec-tools-klibc/0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch} 
(64%)
 create mode 100644 
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0003-kexec-elf-rel-use-our-elf.h.patch
 create mode 100644 

[oe] [meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-13 Thread Andrea Adami
Update to new version and drop accepted patches.

Signed-off-by: Andrea Adami 
---
 .../0001-Makefile-build-ubi-utils-only.patch   |  87 --
 .../0002-common.mk-for-klibc-CC-is-klcc.patch  |  27 --
 ...bubi.c-add-klibc-specific-fixes-for-ioctl.patch |  76 -
 ...patibility-to-dietlibc-klibc-musl-libc-af.patch |  88 --
 ...-more-workarounds-for-klibc-compatibility.patch |  52 
 ...rser-remove-unused-function-needing-float.patch |  85 --
 ...ls-common.c-convert-to-integer-arithmetic.patch |  64 
 ...ubiformat.c-convert-to-integer-arithmetic.patch |  44 ---
 ...arnings-about-implicit-non-const-casting-.patch |  48 ---
 ...mple-getline-implementation-to-libmissing.patch | 187 
 ...doing-preprocessor-magic-just-output-off_.patch | 326 +
 .../0003-Makefile.am-only-build-ubi-utils.patch|  34 +++
 ...s-common.h-no-features.h-for-klibc-builds.patch |  38 +++
 ...ils-klibc_1.5.2.bb => ubi-utils-klibc_2.0.2.bb} |  26 +-
 14 files changed, 598 insertions(+), 584 deletions(-)
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0001-Makefile-build-ubi-utils-only.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0002-common.mk-for-klibc-CC-is-klcc.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0003-libubi.c-add-klibc-specific-fixes-for-ioctl.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0004-Restore-compatibility-to-dietlibc-klibc-musl-libc-af.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0005-common.h-more-workarounds-for-klibc-compatibility.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0006-libiniparser-remove-unused-function-needing-float.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0007-mtd-utils-common.c-convert-to-integer-arithmetic.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0008-ubi-utils-ubiformat.c-convert-to-integer-arithmetic.patch
 delete mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0009-Eliminate-warnings-about-implicit-non-const-casting-.patch
 create mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0001-Add-simple-getline-implementation-to-libmissing.patch
 create mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch
 create mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch
 create mode 100644 
meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch
 rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc_1.5.2.bb => 
ubi-utils-klibc_2.0.2.bb} (64%)

diff --git 
a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0001-Makefile-build-ubi-utils-only.patch
 
b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0001-Makefile-build-ubi-utils-only.patch
deleted file mode 100644
index 6ac2cca..000
--- 
a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-1.5.2/0001-Makefile-build-ubi-utils-only.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-From 1c989e4c36d0bf76ab444f984bc73b98eeacd03f Mon Sep 17 00:00:00 2001
-From: Andrea Adami 
-Date: Sun, 29 Jun 2014 00:32:29 +0200
-Subject: [PATCH 1/9] Makefile: build ubi-utils only
-
-We build all the static ubi-utils but actually only ubiattach is needed in
-a minimalistic initramfs for the mount of ubi volumes.
-
-More fixes are needed in order to build the full mtd-utils.
-The first issue is:
-
-| mkfs.jffs2.c:64:20: fatal error: libgen.h: No such file or directory
-|  #include 
-
-Removing the include then the second error is:
-
-| mkfs.jffs2.c:1570:22: error: '_SC_PAGESIZE' undeclared
-| (first use in this function)
-|   page_size = sysconf(_SC_PAGESIZE);
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Andrea Adami 

- Makefile | 26 ++
- 1 file changed, 2 insertions(+), 24 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 3ce8587..8b79f71 100644
 a/Makefile
-+++ b/Makefile
-@@ -16,28 +16,11 @@ endif
- 
- TESTS = tests
- 
--MTD_BINS = \
--  ftl_format flash_erase nanddump doc_loadbios \
--  ftl_check mkfs.jffs2 flash_lock flash_unlock \
--  flash_otp_info flash_otp_dump flash_otp_lock flash_otp_write \
--  mtd_debug flashcp nandwrite nandtest mtdpart \
--  jffs2dump \
--  nftldump nftl_format docfdisk \
--  rfddump rfdformat \
--  serve_image recv_image \
--  sumtool jffs2reader
- UBI_BINS = \
-   ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach \
-   ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol ubiblock
- 
--BINS = $(MTD_BINS)
--BINS += 

[oe] [meta-networking][PATCH] chrony: Update to version 3.3

2018-05-13 Thread Robert Joslyn
Signed-off-by: Robert Joslyn 
---
 .../recipes-support/chrony/chrony/arm_eabi.patch| 17 +
 .../chrony/{chrony_3.2.bb => chrony_3.3.bb} |  4 ++--
 2 files changed, 15 insertions(+), 6 deletions(-)
 rename meta-networking/recipes-support/chrony/{chrony_3.2.bb => chrony_3.3.bb} 
(97%)

diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch 
b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
index 92a2dbd93..9f943cdce 100644
--- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
@@ -1,4 +1,7 @@
-chrony: fix build failure for arma9
+From 9ca48a6fef1da1bb0dd67ab94256c7e240da1834 Mon Sep 17 00:00:00 2001
+From: Joe Slater 
+Date: Thu, 9 Mar 2017 10:58:06 -0800
+Subject: [PATCH] chrony: fix build failure for arma9
 
 Eliminate references to syscalls not available
 for ARM_EABI.  Also add a dependency on libseccomp
@@ -16,9 +19,15 @@
 
 Signed-off-by: Robert Joslyn 
 
+---
+ sys_linux.c | 19 +--
+ 1 file changed, 13 insertions(+), 6 deletions(-)
+
+diff --git a/sys_linux.c b/sys_linux.c
+index f4b532d..d05fa24 100644
 --- a/sys_linux.c
 +++ b/sys_linux.c
-@@ -465,14 +465,14 @@ SYS_Linux_EnableSystemCallFilter(int lev
+@@ -482,14 +482,14 @@ SYS_Linux_EnableSystemCallFilter(int level)
const int syscalls[] = {
  /* Clock */
  SCMP_SYS(adjtimex), SCMP_SYS(clock_gettime), SCMP_SYS(gettimeofday),
@@ -36,8 +45,8 @@
  SCMP_SYS(mprotect), SCMP_SYS(mremap), SCMP_SYS(munmap), SCMP_SYS(shmdt),
  /* Filesystem */
  SCMP_SYS(access), SCMP_SYS(chmod), SCMP_SYS(chown), SCMP_SYS(chown32),
-@@ -483,14 +483,21 @@
- SCMP_SYS(bind), SCMP_SYS(connect), SCMP_SYS(getsockname),
+@@ -500,14 +500,21 @@ SYS_Linux_EnableSystemCallFilter(int level)
+ SCMP_SYS(bind), SCMP_SYS(connect), SCMP_SYS(getsockname), 
SCMP_SYS(getsockopt),
  SCMP_SYS(recvfrom), SCMP_SYS(recvmmsg), SCMP_SYS(recvmsg),
  SCMP_SYS(sendmmsg), SCMP_SYS(sendmsg), SCMP_SYS(sendto),
 -/* TODO: check socketcall arguments */
diff --git a/meta-networking/recipes-support/chrony/chrony_3.2.bb 
b/meta-networking/recipes-support/chrony/chrony_3.3.bb
similarity index 97%
rename from meta-networking/recipes-support/chrony/chrony_3.2.bb
rename to meta-networking/recipes-support/chrony/chrony_3.3.bb
index 8b90a354e..2586370fa 100644
--- a/meta-networking/recipes-support/chrony/chrony_3.2.bb
+++ b/meta-networking/recipes-support/chrony/chrony_3.3.bb
@@ -35,8 +35,8 @@ SRC_URI = 
"https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \
 file://chronyd \
 file://arm_eabi.patch \
 "
-SRC_URI[md5sum] = "f4c4eb0dc92f35ee4bb7d3dcd8029ecb"
-SRC_URI[sha256sum] = 
"329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116"
+SRC_URI[md5sum] = "81ab62cf5d60b4b3fa8cd2c1b267ffd9"
+SRC_URI[sha256sum] = 
"0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128"
 
 DEPENDS = "pps-tools"
 
-- 
2.16.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] python-cpuset: switch away from github archive

2018-05-13 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a
tendency to change their checksums[1], switch to using a git clone.

[1] 
http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html

Signed-off-by: Trevor Woerner 
---
 .../recipes-devtools/python/python-cpuset_1.5.7.bb| 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb 
b/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
index 8f6532c531..156e52a3a5 100644
--- a/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
+++ b/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
@@ -3,14 +3,9 @@ SECTION = "devel/python"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRCNAME = "cpuset"
-
-SRC_URI = "https://github.com/lpechacek/${SRCNAME}/archive/v${PV}.tar.gz;
-
-SRC_URI[md5sum] = "6ad79b26ba03f559604d74513cc34392"
-SRC_URI[sha256sum] = 
"32334e164415ed5aec83c5ffc3dc01c418406eb02d96d881fdfd495587ff0c01"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+S = "${WORKDIR}/git"
+SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd"
+SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
 
 inherit distutils
 
-- 
2.17.0.rc2.3.gc2a499e6c

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 2/2] libwebsockets: update 2.1.0 -> 3.0.0

2018-05-13 Thread Trevor Woerner
The LICENSE checksum update was required because the LICENSE file added an
initial clause, and the locations of the third-party sources changed.

Here is a diff of the old and new licenses:

--- LICENSE.old 2018-05-11 14:36:05.053031281 -0400
+++ LICENSE.new 2018-05-11 14:35:40.364931066 -0400
@@ -1,7 +1,13 @@
 Libwebsockets and included programs are provided under the terms of 
the GNU
 Library General Public License (LGPL) 2.1, with the following 
exceptions:

-1) Static linking of programs with the libwebsockets library does not
+1) Any reference, whether in these modifications or in the GNU
+Library General Public License 2.1, to this License, these terms, the
+GNU Lesser Public License,  GNU Library General Public License, LGPL, 
or
+any similar reference shall refer to the GNU Library General Public
+License 2.1 as modified by these paragraphs 1) through 4).
+
+2) Static linking of programs with the libwebsockets library does not
 constitute a derivative work and does not require the author to provide
 source code for the program, use the shared libwebsockets libraries, or
 link their program against a user-supplied version of libwebsockets.
@@ -10,7 +16,7 @@
 changes to libwebsockets must be provided under the terms of the LGPL 
in
 sections 1, 2, and 4.

-2) You do not have to provide a copy of the libwebsockets license with
+3) You do not have to provide a copy of the libwebsockets license with
 programs that are linked to the libwebsockets library, nor do you have 
to
 identify the libwebsockets license in your program or documentation as
 required by section 6 of the LGPL.
@@ -22,26 +28,30 @@
 "[program] is based in part on the work of the libwebsockets  project
 (https://libwebsockets.org)"

-3) Some sources included have their own, more liberal licenses, or 
options
+4) Some sources included have their own, more liberal licenses, or 
options
 to get original sources with the liberal terms.

 Original liberal license retained

-  - lib/sha-1.c - 3-clause BSD license retained, link to 
original
+  - lib/misc/sha-1.c- 3-clause BSD license retained, link to 
original
   - win32port/zlib  - ZLIB license (see zlib.h)
+  - lib/tls/mbedtls/wrapper - Apache 2.0 (only built if linked against 
mbedtls)

 Relicensed to libwebsocket license

-  - lib/base64-decode.c - relicensed to LGPL2.1+SLE, link to original
-  - lib/daemonize.c - relicensed from Public Domain to LGPL2.1+SLE,
-  link to original Public Domain version
+  - lib/misc/base64-decode.c - relicensed to LGPL2.1+SLE, link to 
original
+  - lib/misc/daemonize.c - relicensed from Public Domain to 
LGPL2.1+SLE,
+   link to original Public Domain version

 Public Domain (CC-zero) to simplify reuse

-  - test-server/*.c
-  - test-server/*.h
+  - test-apps/*.c
+  - test-apps/*.h
+  - minimal-examples/*
   - lwsws/*
-
+
+-- end of exceptions
+
   GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999

Signed-off-by: Trevor Woerner 
---
 .../{libwebsockets_2.1.0.bb => libwebsockets_3.0.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_2.1.0.bb => 
libwebsockets_3.0.0.bb} (88%)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb 
b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
similarity index 88%
rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
index 100f3a3541..ea262f855b 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.0.0.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Canonical libwebsockets.org websocket library"
 HOMEPAGE = "https://libwebsockets.org/;
 LICENSE = "LGPL-2.1"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3393a657830d4a118c5a6ed35ba53d0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4ce87f3facb6f911c142c8bef9bfb380"
 
 DEPENDS = "zlib"
 
 S = "${WORKDIR}/git"
-SRCREV = "73557509bd15f95a1ad081a6f4fab48ff7743215"
+SRCREV = "eaa935a80adb38b5cc4d09ce06ec987b87dcddfa"
 SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;"
 
 inherit cmake pkgconfig
-- 
2.17.0.rc2.3.gc2a499e6c

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH 1/2] libwebsockets: switch away from github archive

2018-05-13 Thread Trevor Woerner
Since we know that github archives which are automatically generated have a
tendency to change their checksums[1], switch to using a git clone.

[1] 
http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html

Signed-off-by: Trevor Woerner 
---
 .../libwebsockets/libwebsockets_2.1.0.bb   | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb 
b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
index 9354799871..100f3a3541 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=e3393a657830d4a118c5a6ed35ba53d0"
 
 DEPENDS = "zlib"
 
-SRC_URI = "https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz;
-
-SRC_URI[md5sum] = "4df3be57dee43aeebd54a3ed56568f50"
-SRC_URI[sha256sum] = 
"bcc96aaa609daae4d3f7ab1ee480126709ef4f6a8bf9c85de40aae48e38cce66"
+S = "${WORKDIR}/git"
+SRCREV = "73557509bd15f95a1ad081a6f4fab48ff7743215"
+SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;"
 
 inherit cmake pkgconfig
 
-- 
2.17.0.rc2.3.gc2a499e6c

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel