Created
October 3, 2012 06:32
-
-
Save dougluce/3825413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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