blob: 69f796ce30e76e6a131d67ea5c90f32a814853c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TARGET_ARCH = "arm"
DL_DIR = "${HOME}/sources"
OEFILES = "*/*.oe"
# NOTE: only recent oemake's obey OEMASK directly
OEMASK = "(uclibc|avr-libc|linux|grub|qte_|qte-for-qtopia|toolchain-external)"
# Use this OEMASK if you want to use a prebuild toolchain. You will need to provide packages for toolchain
# specific libraries yourself
OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia)"
#INHERIT = "package_tar"
|