Skip to content
Silicon Blade Consultants
Search for:
  • Home
  • Talks and Training
  • Articles
  • Contact
  • Apps
  • Home
  • Talks and Training
  • Articles
  • Contact
  • Apps

Category: Yocto

Licences and Security in a Yocto Build (Part 1 – Licences)

2021-02-08 Iain Menzies-Runciman

I Am Not A Lawyer Please ignore anything I say in this article! When building a system that makes use of Open Source Software, it is vital to know what your licence obligations are. Other than just the common decency… Read more

Posted in Embedded Linux, YoctoTagged Licence, License

Common Variables for Yocto Recipes

2020-07-31 Iain Menzies-Runciman

When writing Yocto recipes there are some common variables that can be used, espcially in the do_install() section An example of this would be: do_install() { install -d ${D}${bindir} install -m 0644 ${S}/my_program ${D}${bindir} } These variables are defined in… Read more

Posted in Embedded Linux, YoctoTagged install, Variables, Yocto

Setting Up a Yocto Build Server as a Remote Package Repository

2020-07-132020-12-20 Iain Menzies-Runciman

If you are using Yocto to create your embedded linux system, it can really useful to set your server up to act as a package repository. Setting up Assuming that you have set your local.conf to have PACKAGE_CLASSES ?= “package_ipk”… Read more

Posted in Embedded Linux, YoctoTagged ipk, opkg, Packages, repository, Yocto

Archives

  • May 2022
  • February 2021
  • November 2020
  • July 2020
Copyright © SiliconBlade Consultants All Rights Reserved.