From patchwork Fri Jan 18 20:10:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LP C X-Patchwork-Id: 1027719 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=cordier.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43hBt10zdkz9sD9 for ; Sat, 19 Jan 2019 07:11:36 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A9CFC8674D; Fri, 18 Jan 2019 20:11:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i64K92kXLRa4; Fri, 18 Jan 2019 20:11:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 73D3C86746; Fri, 18 Jan 2019 20:11:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 3874B1BF41F for ; Fri, 18 Jan 2019 20:11:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3636087938 for ; Fri, 18 Jan 2019 20:11:32 +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 2gCTWx+eeUXM for ; Fri, 18 Jan 2019 20:11:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay-1.mailobj.net (relay-1.mailobj.net [213.182.54.6]) by hemlock.osuosl.org (Postfix) with ESMTPS id 9CA6687934 for ; Fri, 18 Jan 2019 20:11:31 +0000 (UTC) Received: from v-2c (unknown [192.168.90.162]) by relay-1.mailobj.net (Postfix) with SMTP id 3CC3815F6; Fri, 18 Jan 2019 21:11:30 +0100 (CET) Received: by mail-2.net-c.com [213.182.54.29] with ESMTP Fri, 18 Jan 2019 21:11:30 +0100 (CET) X-EA-Auth: a+gZux7dd/c/5fD4GsdVLjDPsugg1KFv1n+wuZN88E60fkkCMZHVuYRyR/qruWMkoe9z+q3CIw946bn1+Rvnp3FGcimcWnEa From: Louis-Paul Cordier To: buildroot@buildroot.org Date: Fri, 18 Jan 2019 21:10:40 +0100 Message-Id: <20190118201045.13947-2-lpdev@cordier.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190118201045.13947-1-lpdev@cordier.org> References: <20190118201045.13947-1-lpdev@cordier.org> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/6] intel-gmmlib: new package. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Louis-Paul Cordier , Bernd Kuhls , Mahyar Koshkouei Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Louis-Paul Cordier --- package/Config.in | 1 + package/intel-gmmlib/Config.in | 8 ++++++++ package/intel-gmmlib/intel-gmmlib.hash | 2 ++ package/intel-gmmlib/intel-gmmlib.mk | 21 +++++++++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 package/intel-gmmlib/Config.in create mode 100644 package/intel-gmmlib/intel-gmmlib.hash create mode 100644 package/intel-gmmlib/intel-gmmlib.mk diff --git a/package/Config.in b/package/Config.in index 5036421a73..9082ed9956 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1265,6 +1265,7 @@ menu "Graphics" source "package/harfbuzz/Config.in" source "package/ijs/Config.in" source "package/imlib2/Config.in" + source "package/intel-gmmlib/Config.in" source "package/irrlicht/Config.in" source "package/jasper/Config.in" source "package/jpeg/Config.in" diff --git a/package/intel-gmmlib/Config.in b/package/intel-gmmlib/Config.in new file mode 100644 index 0000000000..8d9fab7ce3 --- /dev/null +++ b/package/intel-gmmlib/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_INTEL_GMMLIB + bool "intel-gmmlib" + depends on BR2_x86_64 + help + The Intel(R) Graphics Memory Management Library provides + device specific and buffer management for the Intel(R) + Graphics Compute Runtime for OpenCL(TM) and the Intel(R) + Media Driver for VAAPI. diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash new file mode 100644 index 0000000000..7e3b3dfd3f --- /dev/null +++ b/package/intel-gmmlib/intel-gmmlib.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 e3114d7ddd429f1b9aa43a1b1d0086d881fbf4d90e4a90ab8577c369d2e3a5e1 intel-gmmlib-18.3.0.tar.gz diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk new file mode 100644 index 0000000000..206ea6db86 --- /dev/null +++ b/package/intel-gmmlib/intel-gmmlib.mk @@ -0,0 +1,21 @@ +################################################################################ +# +# intel-gmmlib +# +################################################################################ + +INTEL_GMMLIB_VERSION = 18.3.0 +INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive +INTEL_GMMLIB_LICENSE = MIT +INTEL_GMMLIB_LICENSE_FILES = COPYING + +INTEL_GMMLIB_INSTALL_STAGING = YES +INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO + +INTEL_GMMLIB_CONF_OPTS += -DRUN_TEST_SUITE=OFF + +define INTEL_GMMLIB_INSTALL_TARGET_CMDS + cp -a $(STAGING_DIR)/usr/lib/libigdgmm* $(TARGET_DIR)/lib +endef + +$(eval $(cmake-package))