aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipaq-boot-params/ipaq-boot-params.bb
blob: f8287acc48b5d2b69afced179696c2c39bc427c5 (plain)
1
2
3
4
5
6
7
8
9
10
FILES_${PN} = "/boot/params"

LICENSE = "MIT"
SRC_URI = "file://params"

do_install() {
	install -d ${D}/boot
	install -m 0644 ${WORKDIR}/params ${D}/boot/
}