I have set-up the OpenPLi building environment on Ubuntu.
No problem there.
I am trying to comp[ile yafc (https://github.com/sebastinas/yafc) for use on a mips32el machine. This is possible, I succeeded before. But this was on a linux version installed in a Virtual Machine. I have lost that machine (accidentally deleted something and could get it back to work) and lost the bb (bitbake) file which did the trick.
I am trying to reconstruct it from memory but not very succesfull.
This is where I came to:
DESCRIPTION = "yafc - FTP program" HOMEPAGE = "http://www.yafc-ftp.com" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SRC_URI = "git://github.com/sebastinas/yafc.git" SRCREV = "4321cd3c8d82200c8911f106d67bfbfee287a484" S = "${WORKDIR}/src" inherit gitpkgv PV = "1+git${SRCPV}" PKGV = "1+git${GITPKGV}" PACKAGES = "${PN}-src ${PN}-dbg ${PN}" do_install() { install -d ${D}/usr/bin install -m 0755 ${B}/yafc ${D}/usr/bin }
It builds an ipk but the amin program is not included in that.
Can somebody with more knowledge help me pls.
Willy
Edited by doglover, 9 August 2017 - 10:00.