From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web08.1239.1646792003972544989 for ; Tue, 08 Mar 2022 18:13:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=q4Hs0xQ+; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: nm@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2292DKYZ024795; Tue, 8 Mar 2022 20:13:20 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1646792000; bh=IEnxAU2UkK1c5dvmhRI2PuonOYutFMKPriZ7yUVr3kc=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=q4Hs0xQ+ighcCgqRSJaN+M5Sz5kDJXb1FT25kZiFO3WxgwD/0DeNMHXWMHutTgFxQ GSu9C0PYCDyZw3kBMhS97gyIbQR4RmtJe+UnP5S4vUBxrwvZXNtDZ1f3rB2o02LNlV O+MwIYZwqIi9qu4rS2+4cWX9XGt6ZmOQ27yEeiWY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2292DK6C100495 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Mar 2022 20:13:20 -0600 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 8 Mar 2022 20:13:20 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE115.ent.ti.com (157.170.170.26) 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; Tue, 8 Mar 2022 20:13:20 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2292DKjM024427; Tue, 8 Mar 2022 20:13:20 -0600 From: "Nishanth Menon" To: Denys Dmytriyenko , Ryan Eatmon CC: Dave Gerlach , "Humphreys, Jonathan" , , , "Hilman, Kevin" , "Patton, Schuyler" , "Devshatwar, Nikhil" , , Nishanth Menon Subject: [dunfell/master PATCH 2/6] tisdk-tiny-image: Add some usability notes Date: Tue, 8 Mar 2022 20:13:12 -0600 Message-ID: <20220309021316.28370-3-nm@ti.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220309021316.28370-1-nm@ti.com> References: <20220309021316.28370-1-nm@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Transfer-Encoding: 8bit Content-Type: text/plain Lets clarify the usage of tiny image as something meant as a building block and not something that folks can directly use. Signed-off-by: Nishanth Menon --- meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb index af04b76bc588..e9abe31894ff 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb @@ -1,3 +1,8 @@ +# Arago TI SDK super minimal base image for initramfs +# This will not get a completely usable image since kernel will be missing +# intent for this image is to build as basic a system to allow further +# manual addition as needed. + ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= "" require arago-tiny-image.inc -- 2.31.1