Skip to content

Instantly share code, notes, and snippets.

Devtool Tutorial

Search available recipes

It looks for your recipe name with the -a argument inside your meta directories

$ devtool find-recipe <recipe name> -a

Edit a recipe file

It opens your editor with the recipe, if you specify the -a argument it search the recipe in all your meta directories

@dgarciga
dgarciga / YoctoUser.md
Last active June 10, 2019 09:10
This Gist has the function to resume some important parts from Yocto related with the frist use of the tool.

---?color=linear-gradient(to right, #c02425, #f0cb35) @title[Introduction]

WordPress Installation Linux

Apache

Install packages

   $ sudo apt-get install apache2 apache2-utils

Enable Service

@dgarciga
dgarciga / CMakeNotes.md
Last active September 24, 2018 19:06
Here I decide to put all my notes about cmake to summarize this compile tool

CMake for dummies

Note: This guide is working for linux, so is tested for this system.

#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"
#include "macros.h"
//===========================================================================
//============================= Getting Started =============================
//===========================================================================
/*