aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only/sharp-flash-header-c700.oe
blob: 276ddff02fb4e969a2b5da5924891269080aeab2 (plain)
1
2
3
4
5
6
7
SECTION = "base"
SRC_URI = "file://header-c700.bin"

do_stage() {
	install -d ${STAGING_LIBDIR}/sharp-flash-header
	install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
}