aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
blob: 09cf1f71ea01763efa98d5e89861604dbfd32f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require u-boot-ls1.inc

SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev"
SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"

RDEPENDS += "tcl-native"

inherit native

do_configure[noexec] = "1"
do_compile[noexec] = "1"

do_install () {
    install -d ${D}/${bindir}
    install -m 755 ${S}/byte_swap.tcl ${D}/${bindir}
}