Hello,

it seems that even in the most current yocto u-boot recipes from openembedded some general and also x86 specific dependencies are missing.
The patch below adds them.

From 0502033c5e555abaadcb5e01faae041293edddd9 Mon Sep 17 00:00:00 2001
From: Eric Schwarz <eschw...@arri.de>
Date: Tue, 3 Oct 2017 18:24:51 +0200
Subject: [PATCH] u-boot: u-boot_2017.09.bb: ARRI adaptations.

- Add missing dependencies.

Signed-off-by: Eric Schwarz <eschw...@arri.de>
---
 recipes-bsp/u-boot/u-boot_2017.09.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot_2017.09.bb b/recipes-bsp/u-boot/u-boot_2017.09.bb
index 37c21dc..a676252 100644
--- a/recipes-bsp/u-boot/u-boot_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot_2017.09.bb
@@ -2,3 +2,5 @@ require u-boot-common_${PV}.inc
 require u-boot.inc

 DEPENDS += "bc-native dtc-native"
+DEPENDS_append = " python-native"
+DEPENDS_append_x86-64 = " iasl-native swig-native"
--
2.7.4

Cheers
Eric
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to