Skip to content

Commit

Permalink
u-boot-toradex: Use dtc-145 class
Browse files Browse the repository at this point in the history
commit 040e4f031f2dc581c48253405da9036def035b68 (HEAD -> dev, ssh-push/master-next, ssh-push/master)
Author: Max Krummenacher <max.krummenacher@toradex.com>
Date:   Mon Jul 23 22:13:19 2018 +0200

    dtc-145: Deploy renamed binary only and add new class

    dtc-145-native is used by older U-Boot recipes. U-Boot only depends on
    the native dtc binary. So, to not clash with files from the regular dtc native
    build do only install the dtc binary renamed to dtc-145. Also, create
    a new class to handle with dtc-145 dependency.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
  • Loading branch information
fbertux committed Jul 31, 2018
1 parent 47188ec commit 9bc8e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-bsp/u-boot/u-boot-toradex.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ SUMMARY = "U-Boot bootloader with support for Toradex Computer on Modules"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"

DEPENDS_append = " dtc-145-native"

PROVIDES += "u-boot"

SRC_URI = "git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}"

S = "${WORKDIR}/git"

inherit dtc-145

PACKAGE_ARCH = "${MACHINE_ARCH}"

0 comments on commit 9bc8e34

Please sign in to comment.