From: Saul Wold <sgw@linux.intel.com>
To: yocto@yoctoproject.org, flihp@twobit.us
Subject: [meta-measured][PATCH 7/7] core-image-tpm: add kmod and udev-extraconf
Date: Fri, 1 Nov 2013 15:02:33 -0700 [thread overview]
Message-ID: <1383343353-23232-8-git-send-email-sgw@linux.intel.com> (raw)
In-Reply-To: <1383343353-23232-1-git-send-email-sgw@linux.intel.com>
Add these two packages to ensure media gets mounted correct and the modules are loaded, they
are needed in both the core image and the initramfs
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
recipes-tpm/images/core-image-tpm-initramfs.bb | 2 ++
recipes-tpm/images/core-image-tpm.inc | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/recipes-tpm/images/core-image-tpm-initramfs.bb b/recipes-tpm/images/core-image-tpm-initramfs.bb
index 16b009f..f17e37d 100644
--- a/recipes-tpm/images/core-image-tpm-initramfs.bb
+++ b/recipes-tpm/images/core-image-tpm-initramfs.bb
@@ -7,9 +7,11 @@ IMAGE_INSTALL = " \
initramfs-boot-tpm \
busybox \
udev \
+ udev-extraconf \
base-passwd \
packagegroup-tpm \
coreutils \
+ kmod \
"
# Do not pollute the initrd image with rootfs features
diff --git a/recipes-tpm/images/core-image-tpm.inc b/recipes-tpm/images/core-image-tpm.inc
index 7024d33..10a3ce0 100644
--- a/recipes-tpm/images/core-image-tpm.inc
+++ b/recipes-tpm/images/core-image-tpm.inc
@@ -6,7 +6,8 @@ LICENSE = "MIT"
IMAGE_INSTALL += "\
${CORE_IMAGE_BASE_INSTALL} \
- packagegroup-core-basic \
+ kmod udev-extraconf \
+ packagegroup-core-boot \
packagegroup-tpm \
packagegroup-tboot \
"
--
1.8.3.1
next prev parent reply other threads:[~2013-11-01 22:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-01 22:02 [meta-measured][PATCH 0/7] Update to latest oe-core/Poky Saul Wold
2013-11-01 22:02 ` [meta-measured][PATCH 1/7] trousers: Add libgcc as Runtime dependency Saul Wold
2013-11-07 22:29 ` Philip Tricca
2013-11-01 22:02 ` [meta-measured][PATCH 2/7] linux-yocto: Update to 3.10 and set as default Saul Wold
2013-11-01 22:02 ` [meta-measured][PATCH 3/7] measured-image-bootimg: imstall mboot.c32 for iso Saul Wold
2013-11-01 22:02 ` [meta-measured][PATCH 4/7] measured-image-bootimg: add libcom32 Saul Wold
2013-11-01 22:02 ` [meta-measured][PATCH 5/7] pcr-calc: Use site-packages instead of dist-packages Saul Wold
2013-11-01 22:02 ` [meta-measured][PATCH 6/7] init-boot-tpm.sh: Use aufs instead of unionfs for 3.10 kernel Saul Wold
2013-11-01 22:02 ` Saul Wold [this message]
2013-11-03 16:13 ` [meta-measured][PATCH 0/7] Update to latest oe-core/Poky Philip Tricca
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=1383343353-23232-8-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=flihp@twobit.us \
--cc=yocto@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.