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:
Samuel Ortiz
2008-10-21 16:01:02 +02:00
committed by Samuel Ortiz
parent 3e045793c7
commit e5c53ce035
26 changed files with 5001 additions and 39 deletions

View File

@@ -6,13 +6,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
PV = "7.3.0+git${SRCREV}"
PR = "r0"
PR = "r1"
# most of our targets do not have DRI so will use mesa-xlib
DEFAULT_PREFERENCE = "-1"
# ASUS EeePC 901 has DRI support so use mesa-dri by default
DEFAULT_PREFERENCE_eee901 = "1"
# Netbooks have has DRI support so use mesa-dri by default
DEFAULT_PREFERENCE_netbook = "1"
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"
S = "${WORKDIR}/git"