Top "Recipe" questions

In general terms, a recipe is a set of instructions that describe how to prepare or make something, with respect to computing it's typically used to describe a set of rules used to manage building code.

What are your best practices for backbone.js projects?

Although I'm following backbone.js for some months and worked through a plethora of tutorials, I'm still not confident enough …

backbone.js recipe
How to give options for "configure" using yocto recipes?

I want write a recipe in yocto to build my custom component. In that i would like to enable some …

linux cross-compiling autotools yocto recipe
How to configure yocto to use the latest git commit?

I am a very lazy person. While working on a HW/SW project the software changes permanently. In this development …

git yocto bitbake recipe
"make clean" issue in MSYS/Cygwin

I finally managed to compile a program in Windows, which took a while and would have not been possible without …

windows makefile recipe
Importing Mysql database using Ruby/Chef Recipe for Vagrant

I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges …

mysql ruby chef-infra recipe vagrant
Yocto bitbake script not displaying echo statement

I currently have a bitbake .bb script that looks like this DESCRIPTION = "Hello World" SECTION = "TESTING" LICENSE = "MIT" LIC_FILES_…

linux yocto recipe bitbake
how to use shell script in not_if condition

I want to use shell script output to validate the resource in guard condition.I am using below code still …

bash chef-infra recipe
Bitbake recipe not applying patch as expected

I have a tarball src.tar.gz whose contents are unpacked into src/ and a patch of this sources generated …

patch recipe bitbake
Recipe for target `autoloads' failed while building Emacs in Cygwin

I am trying to build Emacs on 64-bit Windows 7 using Cyqwin: Emacs 23.3 or 23.4 CYGWIN_NT-6.1-WOW64 1.7.11(0.260/5/3) 2012-02-24 14:05 i686 Cygwin …

emacs makefile cygwin emacs23 recipe