summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-tk1.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-23 20:23:21 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:11:39 +0200
commit00036eeefcdc887e629c7776b52d60fde349e448 (patch)
treee3acc0da1910f9e01c78a7387db1a4b1b188ef80 /conf/machine/apalis-tk1.conf
parent3762a3c458190f3393269c7df056a11f078dbdca (diff)
machine configs: don't deploy the kernel in /boot
In our images this has been done during do_rootfs and friends, do it the oe-core way. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf/machine/apalis-tk1.conf')
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 29ae5c5..8f58763 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -11,6 +11,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
KERNEL_IMAGETYPE = "uImage"
KERNEL_DEVICETREE += "tegra124-apalis-eval.dtb"
+# The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot
+RDEPENDS_kernel-base = ""
PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"