Re: Quectel EG25-G LTE modem


Zoltan Kerenyi Nagy
 

Thanks,

I managed to compile it in the meantime with this recipe:

DESCRIPTION = "Quectel-CM"

SECTION = "quectel"

LICENSE="CLOSED"


SRC_URI = "file://files/* "

TARGET_CC_ARCH += "${LDFLAGS}"


do_compile() {
         oe_runmake
}

do_install() {
    oe_runmake install 'DESTDIR=${D}'

}
--
Zolee

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.