• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/qemu/qemu.mk
Peter KorsgaardPeter Korsgaard committed 35bf4f3913f06 Feb 2015
Raw file
Source viewDiff to previous
HOST_QEMU_COMPARE_VERSION = $(shell test $(HOST_QEMU_HOST_SYSTEM_VERSION) -ge $(HOST_QEMU_TARGET_SYSTEM_VERSION) && echo OK)
 
1
################################################################################
2
#
3
# qemu
4
#
5
################################################################################
6
​
7
QEMU_VERSION = 2.1.2
8
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.bz2
9
QEMU_SITE = http://wiki.qemu.org/download
10
QEMU_LICENSE = GPLv2 LGPLv2.1 MIT BSD-3c BSD-2c Others/BSD-1c
11
QEMU_LICENSE_FILES = COPYING COPYING.LIB
12
# NOTE: there is no top-level license file for non-(L)GPL licenses;
13
#       the non-(L)GPL license texts are specified in the affected
14
#       individual source files.
15
​
16
#-------------------------------------------------------------
17
# Host-qemu
18
​
19
HOST_QEMU_DEPENDENCIES = host-pkgconf host-python host-zlib host-libglib2 host-pixman
20
​
21
#       BR ARCH         qemu
22
#       -------         ----
23
#       arm             arm
24
#       armeb           armeb
25
#       avr32           not supported
26
#       bfin            not supported
27
#       i386            i386
28
#       i486            i386
29
#       i586            i386
30
#       i686            i386
31
#       x86_64          x86_64
32
#       m68k            m68k
33
#       microblaze      microblaze
34
#       mips            mips
35
#       mipsel          mipsel
36
#       mips64          ?
37
#       mips64el        ?
38
#       powerpc         ppc
39
#       sh2a            not supported
40
#       sh4             sh4
41
#       sh4eb           sh4eb
42
#       sh4a            ?
43
#       sh4aeb          ?
44
#       sh64            not supported
45
#       sparc           sparc
46
​
47
HOST_QEMU_ARCH = $(ARCH)
48
ifeq ($(HOST_QEMU_ARCH),i486)
49
HOST_QEMU_ARCH = i386
50
endif
51
ifeq ($(HOST_QEMU_ARCH),i586)
52
HOST_QEMU_ARCH = i386
53
endif
54
ifeq ($(HOST_QEMU_ARCH),i686)
55
HOST_QEMU_ARCH = i386
56
endif
57
ifeq ($(HOST_QEMU_ARCH),powerpc)
58
HOST_QEMU_ARCH = ppc
59
endif
60
HOST_QEMU_TARGETS = $(HOST_QEMU_ARCH)-linux-user
61
​
62
ifeq ($(BR2_PACKAGE_HOST_QEMU),y)
63
HOST_QEMU_HOST_SYSTEM_TYPE = $(shell uname -s)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.