From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC4D5C433F5 for ; Thu, 28 Apr 2022 17:18:56 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web12.392.1651166333973495149 for ; Thu, 28 Apr 2022 10:18:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=uD2h33kR; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: afd@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23SHIqhB112633; Thu, 28 Apr 2022 12:18:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1651166332; bh=AWAHqenuzDcSjbocCCo6QJZBP11V8ENaL0PJKH3h6FY=; h=From:To:CC:Subject:Date; b=uD2h33kRLfUZs3GbzBVNOwgAwe06h//nb1XHU7aFFL8Hqp1exC209lN357IcdwUJO HiVBhxktbAUpr63WaUIixcMy6EgokybMsNWpQ9hASbZJEqXkMfRA9BHXfVVU0eH0c6 myxBwkgs9kxtBNoCaYQcHlrkDm8E/NIrntpZlFYc= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23SHIq2h110168 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 28 Apr 2022 12:18:52 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 28 Apr 2022 12:18:52 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Thu, 28 Apr 2022 12:18:52 -0500 Received: from ula0226330.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23SHIp78090758; Thu, 28 Apr 2022 12:18:52 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][oe-layersetup PATCH v2 1/5] Remove unused sample-file bblayers-zeus-browser.conf.sample Date: Thu, 28 Apr 2022 12:18:47 -0500 Message-ID: <20220428171851.19270-1-afd@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 28 Apr 2022 17:18:56 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/13824 Signed-off-by: Andrew Davis --- sample-files/bblayers-zeus-browser.conf.sample | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sample-files/bblayers-zeus-browser.conf.sample diff --git a/sample-files/bblayers-zeus-browser.conf.sample b/sample-files/bblayers-zeus-browser.conf.sample deleted file mode 100644 index bb83fac..0000000 --- a/sample-files/bblayers-zeus-browser.conf.sample +++ /dev/null @@ -1,12 +0,0 @@ -# This template file was created by taking the oe-core/meta/conf/bblayers.conf -# file and removing the BBLAYERS section at the end. - -# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf -# changes incompatibly -LCONF_VERSION = "6" - -BBPATH = "${TOPDIR}" -BBFILES ?= "" - -OVERRIDES = "forcevariable" -LAYERSERIES_COMPAT_browser-layer_forcevariable = "zeus" -- 2.17.1