From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 39CE7E00524; Tue, 22 Jul 2014 12:04:16 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.219.47 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EA363E00342 for ; Tue, 22 Jul 2014 12:04:11 -0700 (PDT) Received: by mail-oa0-f47.google.com with SMTP id g18so144406oah.6 for ; Tue, 22 Jul 2014 12:04:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=x8t0RFvGnk/igJfSENGZyfHO13jupOpN2b/KkgNVVo0=; b=LWGzqWzDiiniMOx2qjuFa0g2W1g3LNkpMUqP0dbcHWlMbmPwzujpBDPIHudvztcJ/O 1U9Ce9HYmrdhtnByRvz2BijSaZQ0i5sOx5efuT8uaN4wrftqHRzacsOrGnRVVDL+c4aR XhxMsnTzL007Sf5FHJiwIhVDXPrao428TYlbNksfAnEE0/sJ00qgGR0Jkfa5xhqsodqQ ia4YqCWEUaRhZX1J6curX3JebsNyV5lpXUMFuqTK2oaeHnqqOUt6Ae/ZYbKX7UAXUJRa 1z9o3cE3HYWHNUf2JwiQnQRhjMVe9BCmgDIzh5EP5BbqXiONLTLlkKICOSvevx8lqYXx x/EQ== X-Gm-Message-State: ALoCoQlpGIprMpoWwjyuizLQGlAkXvmVHvwa2rVulS48nTblcKXzKKfwFqE7rM/IWnp+mPKBxQXe X-Received: by 10.60.77.68 with SMTP id q4mr51414742oew.1.1406055850992; Tue, 22 Jul 2014 12:04:10 -0700 (PDT) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id d3sm4612603oez.5.2014.07.22.12.04.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jul 2014 12:04:10 -0700 (PDT) Message-ID: <53CEB5A9.5030705@linaro.org> Date: Tue, 22 Jul 2014 15:04:09 -0400 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "maciej.borzecki@open-rnd.pl" References: <8AE475FC-772D-4B8F-B7E6-77CE9D82FE7B@gmail.com> <1496282345.2913448.1405854804281.open-xchange@poczta.nazwa.pl> <6F88B912-8456-4C09-9C96-B4D757CBF9C1@gmail.com> <20140721095130.GA27394@localhost.localdomain> In-Reply-To: <20140721095130.GA27394@localhost.localdomain> Cc: meta-freescale@yoctoproject.org, Tom Zanussi Subject: Re: Improving SD-Card images X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 19:04:16 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 07/21/14 05:51, maciej.borzecki@open-rnd.pl wrote: > What's interesting is the --source definition. These correspond to > plugins located source tree (either poky/scripts/lib/mic/plugins/source/ > or ${layer}/scripts/lib/mic/plugins/source/) that define how the content > if the partition is generated. For now, there are only 3 plugins defined > in poky master: > - bootimg-efi - a GPT disk with efi boot partition > - bootimg-pcbios - MBR disk with syslinux in MBR > - rootfs Is it currently possible to specify what gets installed into a partition based on packages? For example, can you ask wic to create a partition then list the packages from which you want it to take its contents?