aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xqt/.mtn2git_empty
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2008-10-15 15:26:10 +0200
committerJan Luebbe <jluebbe@debian.org>2008-10-15 15:27:49 +0200
commit869ba9e1fb2237b75560feed13545a35f3c3569d (patch)
tree0be0ad625d9242e3731890d3e7ffced15e6f9b94 /packages/xqt/.mtn2git_empty
parent40fdfee5f69c414d9050c7e360341b5c2ec4661d (diff)
downloadopenembedded-869ba9e1fb2237b75560feed13545a35f3c3569d.tar.gz
mtn2git: remove .mtn2git_empty files in non-empty directories
Diffstat (limited to 'packages/xqt/.mtn2git_empty')
-rw-r--r--packages/xqt/.mtn2git_empty0
1 files changed, 0 insertions, 0 deletions
diff --git a/packages/xqt/.mtn2git_empty b/packages/xqt/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xqt/.mtn2git_empty
+++ /dev/null
master-pkg-updates'>akuster/master-pkg-updates OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
blob: fcc44595e8c358586b7b67ec86b884840fc1192b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#@TYPE: Machine
#@NAME: common_pc
#@DESCRIPTION: Machine configuration for running a common x86

PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"

require conf/machine/include/qemu.inc
DEFAULTTUNE ?= "core2-64"
require conf/machine/include/tune-core2.inc
require conf/machine/include/qemuboot-x86.inc

KERNEL_IMAGETYPE = "bzImage"

SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"

XSERVER = "xserver-xorg \
           ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \
           xf86-video-cirrus \
           xf86-video-fbdev \
           xf86-video-vmware \
           xf86-video-modesetting \
           xserver-xorg-module-libint10 \
           "

MACHINE_FEATURES += "x86 pci"

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"

KERNEL_MODULE_AUTOLOAD += "uvesafb"
KERNEL_MODULE_PROBECONF += "uvesafb"
module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}"

WKS_FILE ?= "directdisk.wks"
do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"