From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Cc: paul.eggleton@linux.intel.com
Subject: [PATCHv2 0/6] Create image manifest
Date: Mon, 9 Nov 2015 14:04:37 +0000 [thread overview]
Message-ID: <cover.1447077439.git.mariano.lopez@linux.intel.com> (raw)
From: Mariano Lopez <mariano.lopez@linux.intel.com>
When building the rootfs the rootfs is created but the recipes
that deployed files in the image doesn't show up. Usually these
recipes include the bootloaders and the kernel.
With these patches a new manifest will be created that includes
the deployed recipes that were in the deployed. The format of the
manifest is different because the recipes doesn't install packages,
instead the recipes deploy files into the image
[YOCTO #6772]
Changes in v2:
- Correct a typo in title of the last commit
The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:
build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mariano/bug6772
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug6772
Mariano Lopez (6):
license.bbclass: Split license create manifest
license.bbclass: Added get_boot_dependencies function
license.bbclass: Added function get_deployed_dependencies
license.bbclass: Added get_package_from_deployed
license.bbclass: Add function get_deployed_files
license.bbclass: Create image license manifest
meta/classes/license.bbclass | 219 +++++++++++++++++++++++++++++++++++++++----
1 file changed, 200 insertions(+), 19 deletions(-)
--
1.8.4.5
next reply other threads:[~2015-11-09 22:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 14:04 mariano.lopez [this message]
2015-11-09 14:04 ` [PATCHv2 1/6] license.bbclass: Split license create manifest mariano.lopez
2015-11-09 14:04 ` [PATCHv2 2/6] license.bbclass: Added get_boot_dependencies function mariano.lopez
2015-11-10 10:28 ` Paul Eggleton
2015-11-09 14:04 ` [PATCHv2 3/6] license.bbclass: Added function get_deployed_dependencies mariano.lopez
2015-11-09 14:04 ` [PATCHv2 4/6] license.bbclass: Added get_package_from_deployed mariano.lopez
2015-11-09 14:04 ` [PATCHv2 5/6] license.bbclass: Add function get_deployed_files mariano.lopez
2015-11-10 10:32 ` Paul Eggleton
2015-11-09 14:04 ` [PATCHv2 6/6] license.bbclass: Create image license manifest mariano.lopez
2015-11-10 10:42 ` Paul Eggleton
2015-11-10 14:52 ` Mariano Lopez
2015-11-11 17:32 ` Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1447077439.git.mariano.lopez@linux.intel.com \
--to=mariano.lopez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox