summaryrefslogtreecommitdiff
path: root/packages/ixp4xx/ixp4xx-npe-native_2.1.bb
blob: fd4e9ea5adfca078c776e9757fd35e15a2c9ff2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Firmware converter for the IXP4xx line of devices"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
LICENSE = "Intel Public Licence"
PR = "r1"

SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_1.zip"
SRC_URI += "file://header.patch;patch=1"
inherit native
S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl

do_compile() {
	${CC} -Wall IxNpeMicrocode.c -o IxNpeMicrocode
}

do_stage() {
	install -d ${STAGING_BINDIR}/
	install -m 0755 IxNpeMicrocode ${STAGING_BINDIR}/IxNpeMicrocode
}