From patchwork Sat Mar 14 19:09:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 450224 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id F14B514010F for ; Sun, 15 Mar 2015 06:10:09 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=EnNcu8Jw; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 49B9E951A3; Sat, 14 Mar 2015 19:10:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AKJjuDdubDGE; Sat, 14 Mar 2015 19:10:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 22B609516A; Sat, 14 Mar 2015 19:10:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2B67E1C28D1 for ; Sat, 14 Mar 2015 19:10:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 26DFAA2B0B for ; Sat, 14 Mar 2015 19:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bO2PY1eLWeYs for ; Sat, 14 Mar 2015 19:10:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 342BBA2AF0 for ; Sat, 14 Mar 2015 19:10:00 +0000 (UTC) Received: by wixw10 with SMTP id w10so8564859wix.0 for ; Sat, 14 Mar 2015 12:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=qxm4EcpzwFbuxCb3kX5EqnrkkAZ4/Hv+ijYF3SEj6RM=; b=EnNcu8JwN52NTMVMvF5wQ/VuEHeKhRdEwZVjrstMWQyk+3USR8DmlgRQeTdNVM1uv1 Cph9P5pUwnc2fksPAti6Su+ikZkeMscCLLxFwQtWP1OrJVJCrtWv2YPl5WOP1JBe6MlN uRSGhHtG39xb+NsyzoU7BmPw0/tSnLTOOIx8+8zOkfrRt1z/DMUCPW/LRlI8SqwTN8rw /NDz7oNlZ4Hjg5hp1Guhv1Z41n4bwsVAbiNfp283Mu+u4a2nX6wD0YSxbl60Xy1p9Dpk vK7T0/dSYQ+QP44D3j2El7vNLyB1+Bu33WQ4ROxxQsIcgxzJNeSJstArmBtKLKtNEIIP gMjQ== X-Received: by 10.194.88.131 with SMTP id bg3mr110471536wjb.119.1426360198715; Sat, 14 Mar 2015 12:09:58 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id a13sm8113764wjx.30.2015.03.14.12.09.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 14 Mar 2015 12:09:58 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 14 Mar 2015 20:09:45 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 5/8 v8] package/xserver_xorg-server: add version 1.14.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Some old binary blobs drivers, like the NVidia Tegra2/3 blobs, only implement an old VIDEODRV ABI. Since VIDEODRV ABIs are not backward compatible [0], lets introduce an older Xserver version that supports such an old ABI. [0] http://www.x.org/wiki/XorgModuleABIVersions/ Signed-off-by: "Yann E. MORIN" Cc: Gustavo Zacarias --- package/x11r7/xserver_xorg-server/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in index 252ab7e..d41d7ac 100644 --- a/package/x11r7/xserver_xorg-server/Config.in +++ b/package/x11r7/xserver_xorg-server/Config.in @@ -55,11 +55,15 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER if BR2_PACKAGE_XSERVER_XORG_SERVER +config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14 + bool + config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19 bool config BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI int + default 14 if BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14 default 19 if BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19 choice @@ -70,11 +74,16 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17_1 select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19 select BR2_PACKAGE_XPROTO_PRESENTPROTO +config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_14_7 + bool "1.14.7" + select BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_14 + endchoice config BR2_PACKAGE_XSERVER_XORG_SERVER_VERSION string default "1.17.1" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17_1 + default "1.14.7" if BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_14_7 choice prompt "X Window System server type"