summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_1.3.4.bb
blob: 1ad760f0468483f3577ad67ceb6bdd97f22c7bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require u-boot.inc

PR = "r7"
ALLOW_EMPTY = 1

SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"

SRC_URI_append_mtcdp = "\
            file://u-boot-${PV}-mts.patch;patch=1 \
            file://fw_env.config \
"

TARGET_LDFLAGS = ""

inherit base

FILES_${PN} = " \
    ${base_sbindir}/fw_setenv \
    ${base_sbindir}/fw_printenv \
"

FILES_${PN}_append_mtcdp = "${sysconfdir}/fw_env.config"

# Don't override install if you want to install any of the U-Boot tools
do_install () {
    echo "nothing to install"
}