summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-03 11:51:34 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-09 18:56:55 +0200
commit1203b4c255b177a36a0cb9cdeca6755de4a32705 (patch)
tree55fd5f962398cf4aacd28f29a100a621f8e89285 /recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
parentc552c54f39ea355492faa3a04e6135d30b13d44f (diff)
u-boot-toradex_2018.03: add missing variables
- Add HOMEPAGE, SECTION variables which are currently missing. - Move SUMMARY after including recipes-bsp/u-boot/u-boot.inc, or else it will be overridden in that file. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit c86b878b7ea8ebe1d384d0549cdd14e7a2834705)
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_2018.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2018.03.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
index 6e59b50..520d7fd 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
@@ -1,8 +1,9 @@
-SUMMARY = "U-Boot bootloader with support for Toradex i.MX8 SoM"
require recipes-bsp/u-boot/u-boot.inc
require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc
require u-boot-toradex-common_${PV}.inc
+SUMMARY = "U-Boot bootloader with support for Toradex i.MX 8 series SoMs"
+
PROVIDES += "u-boot"
DEPENDS_append = " dtc-native"