mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
Tidy up images and tasks in meta and meta-moblin.
meta now only contains images and tasks relating to core Poky and the Sato environment. meta-moblin contains images and tasks for netbooks and the moblin environment. Remove any duplicated tasks and images and rename images and tasks in meta-moblin.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007-2008 OpenedHand Ltd.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "X11 Pimlico Appications List"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Task for Moblin - minimal bootable image"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTON = "Software Development Tasks for Moblin"
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
DESCRIPTION = "Target packages for the standalone SDK"
|
||||
#
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Target packages for the standalone Moblin SDK"
|
||||
PR = "r4"
|
||||
LICENSE = "MIT"
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Copyright (C) 2008 OpenedHand Ltd.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Tools tasks for Moblin"
|
||||
DESCRIPTION = "Debuggin and profiling tools tasks for Moblin"
|
||||
PR = "r1"
|
||||
|
||||
PACKAGES = "\
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Copyright (C) 2008 Intel.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Netbook Tasks for Moblin"
|
||||
DESCRIPTION = "Netbook GUI Tasks for Moblin"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2007-2008 OpenedHand Ltd.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Sato Tasks for Moblin"
|
||||
PR = "r29"
|
||||
|
||||
PACKAGES = "\
|
||||
task-moblin-x11-sato \
|
||||
task-moblin-x11-sato-dbg \
|
||||
task-moblin-x11-sato-dev \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
NETWORK_MANAGER ?= "networkmanager-applet"
|
||||
RDEPENDS_task-moblin-x11-sato = "\
|
||||
matchbox-desktop \
|
||||
matchbox-session-sato \
|
||||
matchbox-keyboard \
|
||||
matchbox-stroke \
|
||||
matchbox-config-gtk \
|
||||
xcursor-transparent-theme \
|
||||
sato-icon-theme \
|
||||
settings-daemon \
|
||||
gtk-sato-engine \
|
||||
${NETWORK_MANAGER}"
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007-2008 OpenedHand Ltd.
|
||||
# Copyright (C) 2008 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Tasks for Moblin"
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2008 OpenedHand Ltd.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Tools tasks for Moblin"
|
||||
PR = "r1"
|
||||
|
||||
PACKAGES = "\
|
||||
task-moblin-tools-debug \
|
||||
task-moblin-tools-debug-dbg \
|
||||
task-moblin-tools-debug-dev \
|
||||
task-moblin-tools-profile \
|
||||
task-moblin-tools-profile-dbg \
|
||||
task-moblin-tools-profile-dev \
|
||||
task-moblin-tools-testapps \
|
||||
task-moblin-tools-testapps-dbg \
|
||||
task-moblin-tools-testapps-dev \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_task-moblin-tools-debug = "\
|
||||
gdb \
|
||||
gdbserver \
|
||||
strace"
|
||||
|
||||
RDEPENDS_task-moblin-tools-profile = "\
|
||||
exmap-console \
|
||||
exmap-server \
|
||||
oprofile \
|
||||
oprofileui-server \
|
||||
powertop \
|
||||
lttng-control \
|
||||
lttng-viewer"
|
||||
|
||||
RDEPENDS_task-moblin-tools-profile_qemux86 += "valgrind"
|
||||
|
||||
RRECOMMENDS_task-moblin-tools-profile = "\
|
||||
kernel-module-oprofile"
|
||||
|
||||
RDEPENDS_task-moblin-tools-testapps = "\
|
||||
blktool \
|
||||
tslib-calibrate \
|
||||
tslib-tests \
|
||||
lrzsz \
|
||||
kexec-tools \
|
||||
alsa-utils-amixer \
|
||||
alsa-utils-aplay \
|
||||
owl-video \
|
||||
gst-meta-video \
|
||||
gst-meta-audio \
|
||||
xrestop \
|
||||
xwininfo \
|
||||
xprop \
|
||||
xvideo-tests"
|
||||
Reference in New Issue
Block a user