TipsAndTricks/OnTargetWorkFlowLeveragingRPMPackagefeeds

From Yocto Project
Revision as of 00:33, 8 July 2017 by Bavery (talk | contribs) (Created page with "= Leveraging Pkg Feeds or How I got Tired of Burning Images = I was trying to build a sw repo on target and found that I lacked many of the tools and libraries in order to acc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Leveraging Pkg Feeds or How I got Tired of Burning Images

I was trying to build a sw repo on target and found that I lacked many of the tools and libraries in order to accomplish this. I found reflashing and rebooting the image on the target to be quite slow. Luckily YP supports a much better workflow for this process.
In this example, we will be building znc, and irc bouncer. This is just a good complex example. In order to use this guide, you should set up your bitbake environment and your target as outlined in [1]