This file contains 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
if has('macunix') | |
" Dash.app integration | |
let g:dash_map = { | |
\ 'python' : 'python2', | |
\ 'lua' : 'lua', | |
\ 'vim' : 'vim', | |
\ } | |
" Map K to look up the current word in dash for supported filetypes | |
augroup DashMap |
This file contains 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
SUMMARY = "Open Virtual Machine Tools - kernel modules" | |
DESCRIPTION = "Open-Source kernel modules from VMware" | |
LICENSE = "GPLv2" | |
LIC_FILES_CHKSUM = "\ | |
file://modules/linux/vmblock/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |
file://modules/linux/vmci/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |
file://modules/linux/vmhgfs/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |
file://modules/linux/vmsync/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |
file://modules/linux/vmxnet/COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
This file contains 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
#!/usr/bin/env python | |
import argparse | |
import collections | |
import contextlib | |
import glob | |
import os | |
import signal | |
import sys |
This file contains 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
ERROR: ExpansionError during parsing /scratch/2014.05/sb-2590/meta-sourcery/recipes/meta/external-sourcery-toolchain.bb: Failure expanding variable FILES_external-sourcery-toolchain-dbg: ExpansionError: F | |
ailure expanding variable FILES_external-sourcery-toolchain-dbg, expression was ${@' '.join(debug_file_path(p, d.getVar('PACKAGE_DEBUG_SPLIT_STYLE', True)) for p in d.getVar('FILES_external-sourcery-toolc | |
hain', True).split())} /usr/bin/.debug/op* /usr/lib/mettools/.debug which triggered exception NameError: global name 'd' is not defined |
This file contains 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
total 560K | |
-rw-r--r-- 2 clarson esd_ea 240K Apr 11 16:12 gdbserver_7.7.50.20140217-cvs-r0_i586.ipk | |
-rw-r--r-- 2 clarson esd_ea 306K Apr 11 16:12 gdbserver-dbg_7.7.50.20140217-cvs-r0_i586.ipk | |
-rw-r--r-- 2 clarson esd_ea 758 Apr 11 16:12 gdbserver-dev_7.7.50.20140217-cvs-r0_i586.ipk | |
-rw-r--r-- 2 clarson esd_ea 5.7K Apr 11 16:12 gdbserver-doc_7.7.50.20140217-cvs-r0_i586.ipk |
This file contains 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
DISABLED_QA = "${@' '.join(set(d.getVarFlags('QAPATHTEST').keys()) - set(d.getVar('ALL_QA', True).split()))}" |
This file contains 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
#!/usr/bin/env python | |
import dictdiffer | |
import pickle | |
import sys | |
try: | |
import pprintpp as pprint | |
except ImportError: | |
import pprint |
This file contains 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
if not set -q SCHROOT_SESSION_ID | |
function bitbake | |
chroot_cmd bitbake $argv | |
end | |
function bb | |
chroot_cmd sh -c 'eval "$(~/bb/bin/bb init -)"; bb "$@"' sh $argv | |
end | |
if not set -q bitbake_default_chroot | |
set -g bitbake_default_chroot centos-6-64 |
This file contains 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
NOTE: Started PRServer with DBfile: /scratch/2014.05/meibp-hotfixes/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 39760, PID: 27142 | |
WARNING: Host distribution "CentOS-6.5" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. | |
WARNING: test_recipe_prefinalise: pulseaudio-5.0-r1 | |
WARNING: test_recipe_prefinalise: gstreamer1.0-plugins-base-git-r0 | |
WARNING: test_recipe_prefinalise: gstreamer1.0-git-r0 | |
WARNING: test_recipe_prefinalise: lame-3.99.5-r1 | |
WARNING: test_recipe_prefinalise: libtheora-1.1.1-r1 | |
WARNING: test_recipe_prefinalise: alsa-utils-1.0.27.2-r0 | |
WARNING: test_recipe_prefinalise: qt4-embedded-4.8.5-r0 | |
WARNING: test_recipe_prefinalise: qt-demo-init-0.1-r3 |
This file contains 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
#!/bin/sh | |
set -e | |
rm -rf build.test | |
echo >&2 "Configuring build environment" | |
. ./meta-mentor/setup-environment -l qt5-mel -b build.test mx6q | |
cat >conf/site.conf <<END | |
SCONF_VERSION = "1" |
OlderNewer