From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by arago-project.org (Postfix) with ESMTPS id B22DD529F4 for ; Wed, 6 Nov 2019 19:03:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 4A6DF40BD2; Wed, 6 Nov 2019 19:02:32 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ET5mMFdCwS_w; Wed, 6 Nov 2019 19:02:32 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 3198E40C0E; Wed, 6 Nov 2019 19:02:31 +0000 (UTC) Received: from gimli.denix (unknown [192.168.30.6]) by mail.denix.org (Postfix) with ESMTP id D169F1742E0; Wed, 6 Nov 2019 14:02:28 -0500 (EST) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Wed, 6 Nov 2019 14:02:19 -0500 Message-Id: <1573066944-48181-5-git-send-email-denys@ti.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573066944-48181-1-git-send-email-denys@ti.com> References: <1573066944-48181-1-git-send-email-denys@ti.com> Subject: [RFC][PATCH 4/9] arago-console-image: drop unused image recipe 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: Wed, 06 Nov 2019 19:03:56 -0000 Signed-off-by: Denys Dmytriyenko --- .../recipes-core/images/arago-console-image.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-arago-distro/recipes-core/images/arago-console-image.bb diff --git a/meta-arago-distro/recipes-core/images/arago-console-image.bb b/meta-arago-distro/recipes-core/images/arago-console-image.bb deleted file mode 100644 index b455b2e..0000000 --- a/meta-arago-distro/recipes-core/images/arago-console-image.bb +++ /dev/null @@ -1,13 +0,0 @@ -# Arago console image -# gives you an image with basic media libraries - -require arago-image.inc - -COMPATIBLE_MACHINE = "(?!arago)" - -IMAGE_INSTALL += "\ - packagegroup-arago-base \ - packagegroup-arago-console \ - " - -export IMAGE_BASENAME = "arago-console-image" -- 2.7.4