[bitbake-devel] recipe for pandoraFMS agent

abdelhakim ais abdelhakim.ais at outlook.com
Sat Sep 1 11:23:11 UTC 2018


Hello everyone

at this moment i'm working on project to create a custom system for my 
Raspberry PI i generated a core-image-minimal with systemd now i would 
like to integrate pandoraFMS agent to monitor the ressources of the 
raspberry pi

i used pandorafms.tar.gz donwloaded from pandorafms.org

i tried this recipes but it doesn't work

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

LICENSE = "CLOSED"
LIC_FILES_CHKSUM = ""

PACKAGE_ARCH = "${MACHINE_ARCH}"

#SRC_URI = 
"file://home/users/sys-worksapce/poky/meta-monitoring/recipes-pandorafms/pandora/files/pandorafms.tar.gz" 

SRC_URI ="file://pandorafms.tar.gz \
           file://pandora_agent_daemon.service"

S = "${WORKDIR}/unix"

RDEPENDS_${PN} += "bash perl"




FILES_${PN} += "/usr/share \
                 /usr/bin \
                 /var/log \
                 /etc/systemd/ \
                 /opt \
                 /tmp \
                 "

fakeroot do_install () {
         # Install pandorafms_agent to rootfs
         ./pandora_agent_installer --install ${D}
         install -m 0755 ${S}/pandora_agent_daemon.service 
${D}${sysconfdir}/systemd/pandora/
}

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

i need your help please could someone tell me what i did wrong thank you





More information about the bitbake-devel mailing list