From patchwork Sun Oct 5 22:09:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 396712 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 1B79514016A for ; Mon, 6 Oct 2014 09:10:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1777FA19A5; Sun, 5 Oct 2014 22:10:16 +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 yD_hVM1E6rDD; Sun, 5 Oct 2014 22:10:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 06972A1A68; Sun, 5 Oct 2014 22:10:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 975C41C2327 for ; Sun, 5 Oct 2014 22:10:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9221B91D36 for ; Sun, 5 Oct 2014 22:10:10 +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 xtZByf3m1V0M for ; Sun, 5 Oct 2014 22:10:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id ED64591D35 for ; Sun, 5 Oct 2014 22:10:08 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id lf10so4243074pab.16 for ; Sun, 05 Oct 2014 15:10:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=OVzTA1r29IhXpVVoeAp/A8SuAIVMHLFpiAFKQUYggy8=; b=Uu0LSv2XJ7COZnkqgOmjnynkWDER+yI/4g/VHicGN26B+msDDG8SDsPeiEL84ZIhxm KaJSILrr6C0Hl6Kanl3z1mvn0msFUYH+lcBnDFtXJsAlsZRacs9vxPXZUw+/NBGXTeQO vxZS+UbMiuFs3jz0N1U6SeMzqP8to87HYaTxthyeIowTvr5VYY0Yc3xOGyYeEP+jg3k8 Y1sQt5s0a+kljkDKnYjeSS3HISjXxrV/leezf3ep2bS068Lg2mwoJ/7aX+iCxulNRnko PYXsBGie0+0AjlcwhoRrvoERY2kZcUTAxj3bGVx5A21D8oS25JdwWHWED3tLqVnmsC3U 2sgw== X-Received: by 10.70.42.197 with SMTP id q5mr14735082pdl.44.1412547008690; Sun, 05 Oct 2014 15:10:08 -0700 (PDT) Received: from n411z.WORKGROUP. (c-24-22-143-40.hsd1.wa.comcast.net. [24.22.143.40]) by mx.google.com with ESMTPSA id c15sm2260699pbu.15.2014.10.05.15.10.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 05 Oct 2014 15:10:08 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Sun, 5 Oct 2014 15:09:58 -0700 Message-Id: <1412546998-16238-1-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.1.1 Cc: luca@lucaceresoli.net, Gary Bisson , yann.morin.1998@free.fr Subject: [Buildroot] [PATCH] imx-vpu: add VPU firmware selection 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" As the imx-vpu package needs the firmware to be loaded into the VPU it makes sense to have the latter package selected by default. Signed-off-by: Gary Bisson Reviewed-by: Luca Ceresoli Reviewed-by: "Yann E. MORIN" --- package/freescale-imx/imx-vpu/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/freescale-imx/imx-vpu/Config.in b/package/freescale-imx/imx-vpu/Config.in index cf5ab5f..8a95416 100644 --- a/package/freescale-imx/imx-vpu/Config.in +++ b/package/freescale-imx/imx-vpu/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU bool "imx-vpu" depends on BR2_LINUX_KERNEL depends on BR2_arm # Only relevant for i.MX + select BR2_PACKAGE_FIRMWARE_IMX help Library of userspace helpers specific for the Freescale i.MX platform. It wraps the kernel interfaces for the i.MX platform