Skip to content

Instantly share code, notes, and snippets.

@dougluce
Created October 3, 2012 06:32
Show Gist options
  • Save dougluce/3825413 to your computer and use it in GitHub Desktop.
Save dougluce/3825413 to your computer and use it in GitHub Desktop.
DL_DIR = "${HOME}/sources"
BBFILES="/home/doug/oe/openembedded/recipes/*/*.bb"
DISTRO="angstrom-2010.x"
MACHINE="var-som-am35"
ASSUME_PROVIDED += "help2man-native"
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
IMAGE_FSTYPES = "jffs2 tar"
BBINCLUDELOGS = "yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment