php editor strawberry introduces you to the method of compiling golang package in yocto. Yocto is an open source embedded Linux build system and Golang is a powerful programming language. Combining them can provide more flexibility and efficiency for embedded device development. Compiling golang packages requires some specific steps and configuration, and we will detail how to successfully complete this process in yocto in this article. Whether you are a beginner or an experienced developer, this article will provide you with useful guidance and tips to easily master the skills of compiling golang packages in Yocto.
Question content
I'm trying to write a yocto recipe to compile the https://github.com/bluenviron/mediamtx package, which is written on golang. Anyway, I can't get the package to build the binary. I have little experience with go.
So far I've managed to get a way to clone the correct version from git and use the correct lic_files_chksum, but I'm struggling to get it to actually generate the binaries from the source.
SUMMARY = "mediamtx RTSP server" HOMEPAGE = "https://github.com/bluenviron/mediamtx" SECTION = "multimedia" LICENSE = "MIT" inherit goarch pkgconfig #GO_IMPORT = "github.com/bluenviron/mediamtx" LIC_FILES_CHKSUM = "file://LICENSE;md5=77fd2623bd5398430be5ce60489c2e81" SRC_URI = "git://github.com/bluenviron/mediamtx;branch=main" S = "${WORKDIR}/git" SRCREV = "21756a4d54152872cda48469861147ee652df922" FILES_${PN} += "${GOBIN_FINAL}/*" DEPENDS += "\ go \ python \ " do_install_append() { cp ${D}${bindir}/mediamtx ${D}${bindir}/${BPN} }
If I remove do_install_append
then the recipe builds successfully but it does not compile the code to create the binary - this seems obvious to me since there is no do_compile
part . I can't seem to find any information telling me how to compile it.
It would be great if anyone could provide me with a yocto recipe for this bag, if not then any kind of help/guidance would be appreciated. Thanks.
Solution
I had the same problem and this worked for me.
SUMMARY = "MediaMTX / rtsp-simple-server is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams." GO_IMPORT = "github.com/bluenviron/mediamtx" HOMEPAGE = "https://${GO_IMPORT}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=77fd2623bd5398430be5ce60489c2e81" SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https" SRCREV = "65f617aa7c326f491c4f4f4a4d52beea3bd6abc7" GO_INSTALL = "${GO_IMPORT}" do_compile[network] = "1" # build executable instead of shared object GO_LINKSHARED = "" GOBUILDFLAGS:remove = "-buildmode=pie" inherit go-mod FILES:${PN} += "/usr/local/bin"
I'm using the kirkstone version of yocto.
The above is the detailed content of Compile golang package in yocto. For more information, please follow other related articles on the PHP Chinese website!

Golangisidealforbuildingscalablesystemsduetoitsefficiencyandconcurrency,whilePythonexcelsinquickscriptinganddataanalysisduetoitssimplicityandvastecosystem.Golang'sdesignencouragesclean,readablecodeanditsgoroutinesenableefficientconcurrentoperations,t

Golang is better than C in concurrency, while C is better than Golang in raw speed. 1) Golang achieves efficient concurrency through goroutine and channel, which is suitable for handling a large number of concurrent tasks. 2)C Through compiler optimization and standard library, it provides high performance close to hardware, suitable for applications that require extreme optimization.

Reasons for choosing Golang include: 1) high concurrency performance, 2) static type system, 3) garbage collection mechanism, 4) rich standard libraries and ecosystems, which make it an ideal choice for developing efficient and reliable software.

Golang is suitable for rapid development and concurrent scenarios, and C is suitable for scenarios where extreme performance and low-level control are required. 1) Golang improves performance through garbage collection and concurrency mechanisms, and is suitable for high-concurrency Web service development. 2) C achieves the ultimate performance through manual memory management and compiler optimization, and is suitable for embedded system development.

Golang performs better in compilation time and concurrent processing, while C has more advantages in running speed and memory management. 1.Golang has fast compilation speed and is suitable for rapid development. 2.C runs fast and is suitable for performance-critical applications. 3. Golang is simple and efficient in concurrent processing, suitable for concurrent programming. 4.C Manual memory management provides higher performance, but increases development complexity.

Golang's application in web services and system programming is mainly reflected in its simplicity, efficiency and concurrency. 1) In web services, Golang supports the creation of high-performance web applications and APIs through powerful HTTP libraries and concurrent processing capabilities. 2) In system programming, Golang uses features close to hardware and compatibility with C language to be suitable for operating system development and embedded systems.

Golang and C have their own advantages and disadvantages in performance comparison: 1. Golang is suitable for high concurrency and rapid development, but garbage collection may affect performance; 2.C provides higher performance and hardware control, but has high development complexity. When making a choice, you need to consider project requirements and team skills in a comprehensive way.

Golang is suitable for high-performance and concurrent programming scenarios, while Python is suitable for rapid development and data processing. 1.Golang emphasizes simplicity and efficiency, and is suitable for back-end services and microservices. 2. Python is known for its concise syntax and rich libraries, suitable for data science and machine learning.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools