aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kexecboot/kexecboot_0.3.bb
blob: 89b9e3b4157f0fc78d96639e3c56723bfd1e35b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE = "GPL"
PR = "r0"
DEPENDS = "klibc"
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"
S = "${WORKDIR}/kexecboot-${PV}"


export CC=${TARGET_PREFIX}klcc

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