aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kexecboot/kexecboot_0.3.bb
blob: f3fb6e35cb38d78a7225dd8e3c5bbdb97f506091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "GPL"
PR = "r1"
DEPENDS = "klibc"
RDEPENDS = "kexec-static"
inherit autotools

# You can create your own *-img.h by doing
# ./make-image-header.sh <file>.png HAND

SRC_URI = "http://projects.linuxtogo.org/frs/download.php/221/kexecboot-${PV}.tar.gz \
	   file://rootdelay.patch;patch=1"
S = "${WORKDIR}/kexecboot-${PV}"


export CC=${TARGET_PREFIX}klcc

# standart oe cflags don't work with klcc
export CFLAGS=""
export CPPFLAGS=""
export LDFLAGS=""