summaryrefslogtreecommitdiff
path: root/conf/machine/include
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/include
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/include')
-rw-r--r--conf/machine/include/tegra-base.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/tegra-base.inc b/conf/machine/include/tegra-base.inc
index 69d45a2..8477e02 100644
--- a/conf/machine/include/tegra-base.inc
+++ b/conf/machine/include/tegra-base.inc
@@ -11,6 +11,14 @@ XSERVER = "xserver-xorg \
xf86-video-fbdev \
xf86-input-keyboard"
+PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
+KERNEL_IMAGETYPE = "uImage"
+# 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"
+
PREFERRED_PROVIDER_virtual/mesa = "mesa"
PREFERRED_PROVIDER_virtual/egl = "trdx-nv-binaries"
PREFERRED_PROVIDER_virtual/libgles1 = "trdx-nv-binaries"