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 19CAA5299A for ; Mon, 1 May 2017 20:54:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 031E620BE4; Mon, 1 May 2017 20:54:37 +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 T5z-v7MhC5Iu; Mon, 1 May 2017 20:54:36 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id D696520B10; Mon, 1 May 2017 20:54:35 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 6318316248F; Mon, 1 May 2017 16:54:35 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Mon, 1 May 2017 16:54:34 -0400 Message-Id: <1493672074-71340-2-git-send-email-denys@ti.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493672074-71340-1-git-send-email-denys@ti.com> References: <1493672074-71340-1-git-send-email-denys@ti.com> Subject: [PATCH 2/2] packagegroup-arago-test: add uvc-gadget app 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: Mon, 01 May 2017 20:54:37 -0000 Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-test.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb index eb7f41d..4af1cc4 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Extended task to get System Test specific apps" LICENSE = "MIT" -PR = "r46" +PR = "r47" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -45,6 +45,7 @@ ARAGO_TI_TEST = " \ input-utils \ cpuloadgen \ timestamping \ + uvc-gadget \ " ARAGO_TI_TEST_append_ti33x = " \ -- 2.7.4