Skip to content

Commit

Permalink
reset upstream subtrees to yocto 2.6
Browse files Browse the repository at this point in the history
Reset the following subtrees on thud HEAD:

  poky: 87e3a9739d
  meta-openembedded: 6094ae18c8
  meta-security: 31dc4e7532
  meta-raspberrypi: a48743dc36
  meta-xilinx: c42016e2e6

Also re-apply backports that didn't make it into thud:
  poky:
    17726d0 systemd-systemctl-native: handle Install wildcards

  meta-openembedded:
    4321a5d libtinyxml2: update to 7.0.1
    042f0a3 libcereal: Add native and nativesdk classes
    e23284f libcereal: Allow empty package
    030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG
    179a1b9 gtest: update to 1.8.1

Squashed OpenBMC subtree compatibility updates:
  meta-aspeed:
    Brad Bishop (1):
          aspeed: add yocto 2.6 compatibility

  meta-ibm:
    Brad Bishop (1):
          ibm: prepare for yocto 2.6

  meta-ingrasys:
    Brad Bishop (1):
          ingrasys: set layer compatibility to yocto 2.6

  meta-openpower:
    Brad Bishop (1):
          openpower: set layer compatibility to yocto 2.6

  meta-phosphor:
    Brad Bishop (3):
          phosphor: set layer compatibility to thud
          phosphor: libgpg-error: drop patches
          phosphor: react to fitimage artifact rename

    Ed Tanous (4):
          Dropbear: upgrade options for latest upgrade
          yocto2.6: update openssl options
          busybox: remove upstream watchdog patch
          systemd: Rebase CONFIG_CGROUP_BPF patch

Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
  • Loading branch information
bradbishop committed Jan 8, 2019
1 parent 5b9ede0 commit 1a4b7ee
Show file tree
Hide file tree
Showing 4,367 changed files with 124,510 additions and 108,086 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion meta-aspeed/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "aspeed-layer"
BBFILE_PATTERN_aspeed-layer = ""
LAYERVERSION_aspeed-layer = "1"
LAYERSERIES_COMPAT_aspeed-layer = "sumo"
LAYERSERIES_COMPAT_aspeed-layer = "sumo thud"

ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'
2 changes: 1 addition & 1 deletion meta-ibm/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "ibm-layer"
BBFILE_PATTERN_ibm-layer = ""
LAYERSERIES_COMPAT_ibm-layer = "sumo"
LAYERSERIES_COMPAT_ibm-layer = "thud"

# Provide a variable that points the base of the ibm layer.
IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'
2 changes: 1 addition & 1 deletion meta-ibm/meta-palmetto/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "palmetto-layer"
BBFILE_PATTERN_palmetto-layer = ""
LAYERSERIES_COMPAT_palmetto-layer = "sumo"
LAYERSERIES_COMPAT_palmetto-layer = "thud"
2 changes: 1 addition & 1 deletion meta-ibm/meta-romulus/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "romulus-layer"
BBFILE_PATTERN_romulus-layer = ""
LAYERSERIES_COMPAT_romulus-layer = "sumo"
LAYERSERIES_COMPAT_romulus-layer = "thud"
2 changes: 1 addition & 1 deletion meta-ibm/meta-witherspoon/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "witherspoon-layer"
BBFILE_PATTERN_witherspoon-layer = ""
LAYERSERIES_COMPAT_witherspoon-layer = "sumo"
LAYERSERIES_COMPAT_witherspoon-layer = "thud"
2 changes: 1 addition & 1 deletion meta-ibm/recipes-httpd/nginx/nginx_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI += " \
"

RDEPENDS_${PN} += " \
openssl \
openssl-bin \
${VIRTUAL-RUNTIME_base-utils} \
"

Expand Down
2 changes: 1 addition & 1 deletion meta-ingrasys/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}"

BBFILE_COLLECTIONS += "ingrasys"
BBFILE_PATTERN_ingrasys = ""
LAYERSERIES_COMPAT_ingrasys = "sumo"
LAYERSERIES_COMPAT_ingrasys = "thud"

# Provide a variable that points the base of the ingrasys layer.
INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'
2 changes: 1 addition & 1 deletion meta-ingrasys/meta-zaius/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

BBFILE_COLLECTIONS += "zaius"
BBFILE_PATTERN_zaius = ""
LAYERSERIES_COMPAT_zaius = "sumo"
LAYERSERIES_COMPAT_zaius = "thud"
5 changes: 4 additions & 1 deletion meta-openembedded/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories
Thud maintainer: Armin Kuster <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories
12 changes: 6 additions & 6 deletions meta-openembedded/meta-filesystems/README
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ Dependencies
This layer depends on:

URI: git://git.openembedded.org/bitbake
branch: master
branch: 1.40

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
branch: thud

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master
branch: thud

Patches
=======

Please submit any patches against the filesystems layer to the
OpenEmbedded development mailing list (openembedded-devel@lists.openembedded.org)
with '[meta-filesystems]' in the subject.
with '[meta-filesystems][thud]' in the subject.

Layer maintainer: Armin Kuster <akuster808@gmail.com>
Thud maintainer: Armin Kuster <akuster808@gmail.com>

When sending single patches, please use something like:

git send-email -1 -M \
--to openembedded-devel@lists.openembedded.org \
--subject-prefix=meta-filesystems][PATCH
--subject-prefix=meta-filesystems][thud][PATCH


Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion meta-openembedded/meta-filesystems/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"

LAYERDEPENDS_filesystems-layer = "core openembedded-layer"

LAYERSERIES_COMPAT_filesystems-layer = "sumo"
LAYERSERIES_COMPAT_filesystems-layer = "thud"
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 3b02acbb3d5bc93422a6821ce47568633ef4ae5e Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 11 Aug 2018 15:09:24 -0700
Subject: [PATCH] include sys/sysmacros.h for major/minor definition

Upstream-Status: Pending

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
mkfs.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/mkfs.c b/mkfs.c
index e612cbd..b6aa63d 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -21,6 +21,7 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/sysmacros.h>
#define __USE_UNIX98
#include <unistd.h>
#include <zlib.h>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DEPENDS = "zlib"
SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git \
file://0001-Add-LDFLAGS-to-linker-cmdline.patch \
file://0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch \
file://0001-include-sys-sysmacros.h-for-major-minor-definition.patch \
"
SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
SRC_URI[md5sum] = "d97474ae1954f772c6d2fa386a6f462c"
SRC_URI[sha256sum] = "3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5"

UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/"
UPSTREAM_CHECK_REGEX = "ntfs-3g_ntfsprogs-(?P<pver>\d+(\.\d+)+)\.tgz"

inherit autotools pkgconfig

PACKAGECONFIG ??= ""
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
From dd1af7541f18399bcdcb129a8b6618c18ebd9d63 Mon Sep 17 00:00:00 2001
From: Tomasz Torcz <tomek@pipebreaker.pl>
Date: Sat, 17 Mar 2018 12:56:04 +0100
Subject: [PATCH] include <sys/sysmacros.h> for major()

Linux glibc ceased to include it in sys/types.h:
https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

Upstream-Status: Backport
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
configure.ac | 2 +-
module/owlib/src/include/ow.h | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 86751bf7..d625d3f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ m4_include([src/scripts/m4/acx_pthread.m4])
# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
-AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/mkdev.h sys/socket.h sys/time.h sys/times.h sys/types.h sys/param.h sys/uio.h feature_tests.h fcntl.h netinet/in.h stdlib.h string.h strings.h sys/file.h syslog.h termios.h unistd.h limits.h stdint.h features.h getopt.h resolv.h semaphore.h])
+AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/mkdev.h sys/socket.h sys/sysmacros.h sys/time.h sys/times.h sys/types.h sys/param.h sys/uio.h feature_tests.h fcntl.h netinet/in.h stdlib.h string.h strings.h sys/file.h syslog.h termios.h unistd.h limits.h stdint.h features.h getopt.h resolv.h semaphore.h])
AC_CHECK_HEADERS([linux/limits.h linux/types.h netdb.h dlfcn.h])
AC_CHECK_HEADERS(sys/event.h sys/inotify.h)

diff --git a/module/owlib/src/include/ow.h b/module/owlib/src/include/ow.h
index 9dbec5f3..0a310552 100644
--- a/module/owlib/src/include/ow.h
+++ b/module/owlib/src/include/ow.h
@@ -188,8 +188,12 @@
#include <netdb.h> /* for getaddrinfo */
#endif /* HAVE_NETDB_H */

+#ifdef HAVE_SYS_SYSMACROS_H
+#include <sys/sysmacros.h> /* for major() */
+#endif /* HAVE_SYS_SYSMACROS_H */
+
#ifdef HAVE_SYS_MKDEV_H
-#include <sys/mkdev.h> /* for major() */
+#include <sys/mkdev.h> /* for major() on Solaris */
#endif /* HAVE_SYS_MKDEV_H */

#include <stddef.h> // for offsetof()

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
SUMMARY = "1-Wire file system"
DESCRIPTION = "OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim"
HOMEPAGE = "http://www.owfs.org/"
SECTION = "console/network"

LICENSE = "GPLv2 & LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12a64df1cc87275e940cab05ee75c37d \
file://COPYING.LIB;md5=16ff3ffebed582e19ea7a4f48ec77b42"

DEPENDS = "fuse virtual/libusb0"
# v3.2p2
SRCREV = "93c1f36d9ac481075287da331d5184f590f8c0fa"
SRC_URI = "git://github.com/owfs/owfs \
file://owhttpd \
file://owserver \
file://0001-include-sys-sysmacros.h-for-major.patch \
"

S = "${WORKDIR}/git"

inherit autotools-brokensep update-rc.d pkgconfig

EXTRA_OECONF = " \
--with-fuseinclude=${STAGING_INCDIR} \
--with-fuselib=${STAGING_LIBDIR} \
--enable-owfs \
--enable-owhttpd \
--enable-w1 \
--disable-swig \
--disable-owtcl \
--disable-owphp \
--disable-owpython \
--disable-owperl \
"

do_install_prepend() {
install -d ${D}${sysconfdir}/default/
install -d ${D}${sysconfdir}/init.d/
install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver
}

PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"

DESCRIPTION_owftpd = "Anoymous FTP server for 1-wire access"
DESCRIPTION_owhttpd = "Tiny webserver for 1-wire control"
DESCRIPTION_owserver = "Backend server (daemon) for 1-wire control"
DESCRIPTION_owshell = "owdir owread owwrite owpresent owget - lightweight owserver access"
DESCRIPTION_libowcapi = "easy C-language 1-wire interface "
DESCRIPTION_libow = "easy C-language 1-wire interface to the owserver protocol"
DESCRIPTION_libownet = "easy C-language 1-wire interface to the owserver protocol"
DESCRIPTION_owmon = "Monitor for owserver settings and statistics"
DESCRIPTION_owtap = "Packet sniffer for the owserver protocol"

FILES_owftpd = "${bindir}/owftpd"
FILES_owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd"
FILES_owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver"
FILES_owshell = "${bindir}/owread ${bindir}/owwrite \
${bindir}/owdir ${bindir}/owpresent \
${bindir}/owget ${bindir}/owside"
FILES_owmon = "${bindir}/owmon"
FILES_owtap = "${bindir}/owtap"
FILES_libowcapi = "${libdir}/libowcapi-*"
FILES_libow = "${libdir}/libow-*"
FILES_libownet = "${libdir}/libownet-*"

INITSCRIPT_PACKAGES = "owhttpd owserver"
INITSCRIPT_NAME_owserver = "owserver"
INITSCRIPT_NAME_owhttpd = "owhttpd"
INITSCRIPT_PARAMS_owserver = "defaults 20"
INITSCRIPT_PARAMS_owhttpd = "defaults 21"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ SECTION = "base"
HOMEPAGE = "http://www.yaffs.net"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=11;endline=13;md5=5f5464f9b3e981ca574e65b00e438561 \
file://utils/mkyaffsimage.c;beginline=10;endline=12;md5=5f5464f9b3e981ca574e65b00e438561 \
"

PV = "0.0+git${SRCPV}"

Expand All @@ -17,7 +19,10 @@ SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
file://0001-define-loff_t-if-not-already-defined.patch \
"

SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
SRCREV = "3439fa4e60dd9799766b2c101f799ed9e565b632"

UPSTREAM_CHECK_COMMITS = "1"

S = "${WORKDIR}/git"

CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
Expand Down
Loading

0 comments on commit 1a4b7ee

Please sign in to comment.