From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by arago-project.org (Postfix) with ESMTPS id F129852ADF for ; Fri, 3 Mar 2017 01:27:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id EAA3520BAB for ; Fri, 3 Mar 2017 01:27:16 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qOHzHR2njqoA for ; Fri, 3 Mar 2017 01:27:16 +0000 (UTC) Received: from mail.denix.org (pool-100-15-95-79.washdc.fios.verizon.net [100.15.95.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id BDBDC2088F for ; Fri, 3 Mar 2017 01:27:15 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 048C01623A5; Thu, 2 Mar 2017 20:27:15 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Thu, 2 Mar 2017 20:27:00 -0500 Message-Id: <1488504432-12167-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 Subject: [master][PATCH 00/12] various fixes for latest master X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 01:27:17 -0000 From: Denys Dmytriyenko Currently only builds with internal toolchain, as Linaro is broken with RSS Denys Dmytriyenko (12): libnl: update bbappend for 3.2.29 Revert "cryptodev: backport patch for user page API change in recent kernels" packagegroup-*-test: iperf is already in base-tisdk packagegroup packagegroup-*-base-tisdk: iperf was replaced by iperf3 packagegroup-*-connectivity: crda was blacklisted upstream for breakage images: disable matrix, as php was blacklised upstream for breakage packagegroup-*-base: alsa-lib no longer provides smixer libs, depend directly on libasound arago.conf: qtwayland 5.8 now requires qtbase with xkbcommon-evdev PACKAGECONFIG ackagegroup-*-qte: use qtdeclarative-qmlplugins instead of -plugins toolchain-gcc: update preferences to current versions arago-prefs: prefer latest libnl version arago-prefs: update gstreamer preference to 1.10.4 meta-arago-distro/conf/distro/arago.conf | 2 +- .../conf/distro/include/arago-prefs.inc | 13 ++++--- .../conf/distro/include/toolchain-gcc.inc | 10 +++--- .../recipes-core/images/arago-core-tisdk-image.inc | 3 +- .../recipes-core/images/tisdk-rootfs-image.bb | 3 +- .../images/tisdk-server-rootfs-image.bb | 3 +- .../packagegroups/packagegroup-arago-base-tisdk.bb | 2 +- .../packagegroups/packagegroup-arago-base.bb | 2 +- .../packagegroups/packagegroup-arago-qte.bb | 2 +- .../packagegroups/packagegroup-arago-test.bb | 1 - .../packagegroup-arago-tisdk-connectivity.bb | 3 +- .../cryptodev/cryptodev-module_%.bbappend | 6 +--- ...st-to-another-change-in-the-user-page-API.patch | 40 ---------------------- ...libnl_3.2.28.bbappend => libnl_3.2.29.bbappend} | 0 14 files changed, 24 insertions(+), 66 deletions(-) delete mode 100644 meta-arago-distro/recipes-kernel/cryptodev/files/0001-Adjust-to-another-change-in-the-user-page-API.patch rename meta-arago-distro/recipes-support/libnl/{libnl_3.2.28.bbappend => libnl_3.2.29.bbappend} (100%) -- 2.7.4