aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipaq-boot-params/ipaq-boot-params.bb
blob: cb23153ce13591ca4e9489987696ad0c95b015d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
LICENSE = "MIT"
FILE_PR = "r5"

COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"

SRC_URI = "file://params"

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

FILES_${PN} = "/boot/params"
PACKAGE_ARCH = "${MACHINE_ARCH}"