1eb8dc403SDave CobbleySUMMARY = "initramfs-framework module for live booting"
2eb8dc403SDave CobbleyLICENSE = "MIT"
3eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4*213cb269SPatrick WilliamsRDEPENDS:${PN} = "initramfs-framework-base udev-extraconf"
5eb8dc403SDave Cobbley
6eb8dc403SDave Cobbley
7eb8dc403SDave Cobbleyinherit allarch
8eb8dc403SDave Cobbley
9*213cb269SPatrick WilliamsFILESEXTRAPATHS:prepend := "${THISDIR}/initramfs-framework:"
10eb8dc403SDave CobbleySRC_URI = "file://setup-live"
11eb8dc403SDave Cobbley
12eb8dc403SDave CobbleyS = "${WORKDIR}"
13eb8dc403SDave Cobbley
14eb8dc403SDave Cobbleydo_install() {
15eb8dc403SDave Cobbley    install -d ${D}/init.d
16eb8dc403SDave Cobbley    install -m 0755 ${WORKDIR}/setup-live ${D}/init.d/80-setup-live
17eb8dc403SDave Cobbley}
18eb8dc403SDave Cobbley
19*213cb269SPatrick WilliamsFILES:${PN} = "/init.d/80-setup-live"
20