mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
This commit is contained in:
committed by
Samuel Ortiz
parent
3e045793c7
commit
e5c53ce035
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|eee901)"
|
||||
COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|netbook)"
|
||||
|
||||
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi"
|
||||
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
|
||||
@@ -35,9 +35,9 @@ EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative"
|
||||
PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}"
|
||||
LDFLAGS_append_mx31ads = " -lpvrNULLWSEGL -lstdc++ "
|
||||
|
||||
DEPENDS_eee901 = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
|
||||
EXTRA_OECONF_eee901 = "${BASE_CONF} --with-flavour=glx"
|
||||
PACKAGE_ARCH_eee901 = "${MACHINE_ARCH}"
|
||||
DEPENDS_netbook = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
|
||||
EXTRA_OECONF_netbook = "${BASE_CONF} --with-flavour=glx"
|
||||
PACKAGE_ARCH_netbook = "${MACHINE_ARCH}"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/clutter"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user