Skip to content

Instantly share code, notes, and snippets.

@bewest
bewest / README.markdown
Created July 28, 2012 22:13
oe-core, bitbake theory of operation

Basic theory of operation for using openembedded goes something like this:

I usually have project directories to work under each project in eg /git/. Eg project foo has a working and source directory I use to track it under /git/foo/. So I end up producing builds in /git/foo/builds/ and working on source in /git/foo/src.

Openembedded is composed of many granular parts, but basically works like this: the minimal core is oe-core and bitbake; meta-* packages provide granularity and openembedded, yocto et al to tweak the

@bewest
bewest / bewest-nodejs-native.build.log
Created September 4, 2012 18:47
nodejs do_populate_sysroot fails: bitbake
DEBUG: Removed the following variables from the environment: PSEUDO_BINDIR, OE_SOURCE_DIR, OE_BUILD_DIR, DISTRO_DIRNAME, PSEUDO_LOCALSTATEDIR, SSH_CLIENT, PSEUDO_LIBDIR, LD_LIBRARY_PATH, HISTCONTROL, SSH_ASK_PASS, SHLVL, LL_DJANGO_MODE, BBFETCH2, OE_BASE, LD_PRELOAD, EDITOR, OE_BUILD_TMPDIR, STY, PSEUDO_OPTS, TERMCAP, SSH_CONNECTION, BUILDDIR, SSH_TTY, OLDPWD, PSEUDO_PREFIX, SCRIPTS_BASE_VERSION, WINDOW, DJANGO_SETTINGS_MODULE, MAIL, LS_COLORS
DEBUG: Found bblayers.conf (/home/bewest/src/beagle-board-setup-scripts/conf/bblayers.conf)
DEBUG: LOAD /home/bewest/src/beagle-board-setup-scripts/conf/bblayers.conf
DEBUG: Adding layer /home/bewest/src/beagle-board-setup-scripts/sources/meta-angstrom
DEBUG: LOAD /home/bewest/src/beagle-board-setup-scripts/sources/meta-angstrom/conf/layer.conf
DEBUG: Adding layer /home/bewest/src/beagle-board-setup-scripts/sources/meta-openembedded/meta-oe
DEBUG: LOAD /home/bewest/src/beagle-board-setup-scripts/sources/meta-openembedded/meta-oe/conf/layer.conf
DEBUG: Adding layer /home
@bewest
bewest / README.markdown
Created September 27, 2012 06:20
Ting configure AT chat+pppd in linux 3g+beaglebone angstrom cloud9-image
@mbostock
mbostock / .block
Last active October 27, 2018 15:49 — forked from mbostock/.block
Bivariate Area Chart
license: gpl-3.0
redirect: https://beta.observablehq.com/@mbostock/d3-band-chart
@tsenga
tsenga / README.markdown
Created November 11, 2012 18:44
Visualisation Exploration: D3: Timeline Experiment

An experiment within the Visualisation Exploration series.

Exploring, techniques and practices in the field of data visualisation.

See the output: http://bl.ocks.org/tsenga/4055833.

Key history of this experiment:

  • D3, the data driven visualisation enabler.
  • Initial prototype written in handcrafted SVG with handcrafted data
@cezarsa
cezarsa / robot.js
Created November 28, 2012 16:03
Simple Wall Robot
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
robot.turnGunRight(90);
robot.clone();
this.direction = 1;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(1);
if (robot.parentId) {
Where to buy
Home > Support > FAQ > Article Detail
How to send an SMS with AT-commands?
4/02/2009
@mbostock
mbostock / .block
Last active March 2, 2024 12:15
Arc Tween
license: gpl-3.0
@balupton
balupton / README.md
Last active April 29, 2019 11:57
DocPad: Use DocPad, GitHub & Prose as a Wiki

Use DocPad, GitHub and Prose as a Wiki

This guide will walk you through how you can use a GitHub repository to house your wiki content, have DocPad render it, and automatically update on changes. It's also really nice as we get to benefit from the github project workflow for our wiki, that is issues, pull requests, etc.

We use this workflow heavily by linking the DocPad Website and the DocPad Documentation repositories allowing us to have users edit and submit pull requests for improvements to our documentation, and once merged, the website regenerates automatically.

1. Create a new repository for your Wiki Content

@bewest
bewest / too.markdown
Last active December 18, 2015 10:19
theory of operation