瀏覽代碼

u-boot-fw-utils: be sure to patch just 2016.03 version

If u-boot is provided in a meta-bsp, it is not sure
that it must be patched. Split the append recipes,
letting the wildcard just install the libubootenv library.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Philip Balister <philip@balister.org>
Acked-by: Philip Balister <philip@balister.org>
Stefano Babic 9 年之前
父節點
當前提交
095870cf02
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bbappend

+ 6 - 0
recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bbappend

@@ -0,0 +1,6 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI_append = "\
+    file://0001-tools-env-bug-config-structs-must-be-defined-in-tool.patch \
+    file://0001-tools-env-fix-config-file-loading-in-env-library.patch \
+    "