summaryrefslogtreecommitdiffstats
path: root/recipes/chumby/chumby-firmware_1.2.bb
blob: 2b3213c78335188db3d24f85b8c9aae20313137f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "Binary Chumby firmware for kexec"
PACKAGES = "${PN}-k2 ${PN}-rfs2 ${PN}-bl ${PN}-psp ${PN}-k1 ${PN}-rfs1"
PR = "r1"

SRC_URI = "http://files.chumby.com/resources/chumby_fw_1_2.zip"
S = ${WORKDIR}

PACKAGE_ARCH = "chumby"
COMPATIBLE_MACHINES = "chumby"

do_install () {
        cd ${S}/update1 && unzip k2.bin.zip
        cd ${S}/update1 && unzip rfs2.bin.zip
        cd ${S}/update2 && unzip bl.bin.zip
        cd ${S}/update2 && unzip psp.bin.zip
        cd ${S}/update2 && unzip k1.bin.zip
        cd ${S}/update2 && unzip rfs1.bin.zip

        install -d ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update1/k2.bin ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update1/rfs2.bin ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update2/bl.bin ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update2/psp.bin ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update2/k1.bin ${D}/boot/chumby-firmware/
        install -m 0644 ${S}/update2/rfs1.bin ${D}/boot/chumby-firmware/
}

FILES_${PN}-k2 = "/boot/chumby-firmware/k2.bin"
FILES_${PN}-rfs2 = "/boot/chumby-firmware/rfs2.bin"
FILES_${PN}-bl = "/boot/chumby-firmware/bl.bin"
FILES_${PN}-psp = "/boot/chumby-firmware/psp.bin"
FILES_${PN}-k1 = "/boot/chumby-firmware/k1.bin"
FILES_${PN}-rfs1 = "/boot/chumby-firmware/rfs1.bin"


SRC_URI[md5sum] = "87a60c6fc4f249605940fed86a141c54"
SRC_URI[sha256sum] = "659a581cfb851c3469671fe8600d39b23024bcc564a24ebcc89045207f36b0fc"