aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipaq-boot-params/ipaq-boot-params.bb
blob: 1305c5dc9082072b089831a8318cb7f057aa9ac8 (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/
}