All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Krummenacher <max.oss.09@gmail.com>
To: meta-freescale@yoctoproject.org
Cc: Max Krummenacher <max.krummenacher@toradex.com>,
	stefan.agner@toradex.com
Subject: [meta-fsl-arm-extra][PATCH v2 5/9] colibri-vf.conf: don't add kernel/dtb to rootfs
Date: Thu, 21 Jul 2016 20:07:45 +0200	[thread overview]
Message-ID: <1469124469-4477-5-git-send-email-max.krummenacher@toradex.com> (raw)
In-Reply-To: <1469124469-4477-1-git-send-email-max.krummenacher@toradex.com>

The kernel is now deployed in the static ubi volumes 'kernel' and 'dtb'.
So remove them from rootfs /boot.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>

---
 conf/machine/colibri-vf.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 6d72d19..b7cbfb3 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -13,8 +13,9 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
 KERNEL_IMAGETYPE = "zImage"
 KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb"
 
-# U-Boot expects the kernel and device tree directly in /boot of the rootfs
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"
+# U-Boot of our newer release read the Kernel and device tree from static UBI volumes,
+# hence no need to deploy the kernel binary in the image itself
+RDEPENDS_kernel-base = ""
 
 PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
-- 
2.5.5



  parent reply	other threads:[~2016-07-21 18:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 18:07 [meta-fsl-arm-extra][PATCH v2 1/9] u-boot-toradex: update to v2.6 beta 2 release Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 2/9] linux-toradex: port to 3.14.52 Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 3/9] linux-toradex: add kernel version 4.4 for colibri-vf Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 4/9] toradex machine conf: build sdcard and tar.bz2 image Max Krummenacher
2016-07-21 18:07 ` Max Krummenacher [this message]
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 6/9] colibri-vf.conf: fix uboot make target Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 7/9] colibri-vf.conf: drop building ubi image Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 8/9] linux-toradex_4.1.15: add kernel for colibri imx7 Max Krummenacher
2016-07-21 18:07 ` [meta-fsl-arm-extra][PATCH v2 9/9] colibri-imx7.conf: add machine configuration Max Krummenacher

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=1469124469-4477-5-git-send-email-max.krummenacher@toradex.com \
    --to=max.oss.09@gmail.com \
    --cc=max.krummenacher@toradex.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=stefan.agner@toradex.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 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.