Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MACHINE ??= 'imx6qsabresd'
- DISTRO ?= 'poky'
- PACKAGE_CLASSES ?= "package_rpm"
- IMAGE_FEATURES += "package-management"
- EXTRA_IMAGE_FEATURES = "debug-tweaks"
- USER_CLASSES ?= "buildstats image-mklibs image-prelink"
- PATCHRESOLVE = "noop"
- BB_DISKMON_DIRS = "\
- STOPTASKS,${TMPDIR},1G,100K \
- STOPTASKS,${DL_DIR},1G,100K \
- STOPTASKS,${SSTATE_DIR},1G,100K \
- ABORT,${TMPDIR},100M,1K \
- ABORT,${DL_DIR},100M,1K \
- ABORT,${SSTATE_DIR},100M,1K"
- CONF_VERSION = "1"
- # Float-Point setting
- DEFAULTTUNE_mx6 ?= "cortexa9-neon"
- # Set u-boot
- PREFERRED_PROVIDER_u-boot="u-boot-imx"
- #Use this until I can work out how to get 2013.04 booting
- # AJL: We have the new u-boot booting but it needs support to read MAC address
- # NOTE: That UBOOT_PADDING and bin extension are used for old u-boot
- PREFERRED_VERSION_u-boot-imx="2009.08"
- # NOTE: That there is no UBOOT_PADDING and imx extension for new u-boot
- #PREFERRED_VERSION_u-boot-imx="2013.04"
- #UBOOT_SUFFIX = "imx"
- #Use 3.2.8 Mono until issue with 3.4.0 is resolved
- #PREFERRED_VERSION_mono = "3.2.8"
- #PREFERRED_VERSION_mono-native = "3.2.8"
- PREFERRED_VERSION_mono = "3.4.0"
- PREFERRED_VERSION_mono-native = "3.4.0"
- #Using these for the 2013.04 build
- #UBOOT_CONFIG = "sd"
- #UBOOT_CONFIG[sd] = "tix6gateway_config,sdcard"
- #Use kernel 3.0.35 until I successfully port changes to 3.10.17
- PREFERRED_VERSION_linux-imx = "3.0.35"
- BB_NUMBER_THREADS = '4'
- PARALLEL_MAKE = '-j 4'
- ACCEPT_FSL_EULA = ""
- # Enable automatic PR server
- PRSERV_HOST = "localhost:0"
- # Enable Build History
- INHERIT += "buildhistory"
- BUILDHISTORY_COMMIT = "1"
- # Allow commercial licenses
- LICENSE_FLAGS = "commercial"
- LICENSE_FLAGS_WHITELIST = "commercial"
- # Give us a rootfs of 1GB. This means we need a uSD of > 1GB e.g. 2GB
- IMAGE_ROOTFS_SIZE = "1048576"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement