surpport seeking the recorded video
[vuplus_openembedded] / recipes / sharp-binary-only / sharp-flash-header-c700.bb
1 SECTION = "base"
2 SRC_URI = "file://header-c700.bin"
3 LICENSE = "sharp-binary-only"
4 COMPATIBLE_MACHINE = '(c7x0|spitz|akita)'
5
6 PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8 do_stage() {
9         install -d ${STAGING_LIBDIR}/sharp-flash-header
10         install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
11 }