Difference between revisions of "Meta-oe tasks"

From Openembedded.org
Jump to: navigation, search
(Created page with "Related to OE-Core Task Rework, here are the current tasks in meta-oe: {| class="wikitable" border="2" || '''Task package''' || '''RDEPENDS''' || '''RRECOMMENDS''' || '''Com...")
 
(Use % instead of * to mark variable-controlled packages)
 
Line 10: Line 10:
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-basic.bb task-basic]''<BR>Basic task to get a device online
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-basic.bb task-basic]''<BR>Basic task to get a device online
 
|-
 
|-
||task-basic||dropbear*<BR>openssh-sftp*<BR>openssh-sftp-server*<BR>avahi-daemon<BR>avahi-utils||${MACHINE_EXTRA_RRECOMMENDS}<BR>usbutils#<BR>alsa-utils-alsamixer#<BR>kernel-module-g-ether#<BR>kernel-module-g-serial#<BR>kernel-module-g-mass-storage#<BR>bluez4#<BR>iw#<BR>wpa-supplicant#<BR>tzdata<BR>cpufrequtils<BR>htop||SSH-related packages controlled by TASK_BASIC_SSHDAEMON variable, packages in default value shown
+
||task-basic||dropbear%<BR>openssh-sftp%<BR>openssh-sftp-server%<BR>avahi-daemon<BR>avahi-utils||${MACHINE_EXTRA_RRECOMMENDS}<BR>usbutils#<BR>alsa-utils-alsamixer#<BR>kernel-module-g-ether#<BR>kernel-module-g-serial#<BR>kernel-module-g-mass-storage#<BR>bluez4#<BR>iw#<BR>wpa-supplicant#<BR>tzdata<BR>cpufrequtils<BR>htop||SSH-related packages controlled by TASK_BASIC_SSHDAEMON variable, packages in default value shown
 
|-
 
|-
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-cli-tools.bb task-cli-tools]''<BR>A set of useful command line tools
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-cli-tools.bb task-cli-tools]''<BR>A set of useful command line tools
Line 20: Line 20:
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb task-x11-server]''<BR>Task for an image with Xserver
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb task-x11-server]''<BR>Task for an image with Xserver
 
|-
 
|-
||task-x11-server||xserver-xorg*<BR>xf86-input-evdev*<BR>xf86-input-mouse*<BR>xf86-video-fbdev*<BR>xf86-input-keyboard*<BR>||||Contents entirely controlled by XSERVER variable (packages in default value shown)
+
||task-x11-server||xserver-xorg%<BR>xf86-input-evdev%<BR>xf86-input-mouse%<BR>xf86-video-fbdev%<BR>xf86-input-keyboard%<BR>||||Contents entirely controlled by XSERVER variable (packages in default value shown)
 
|-
 
|-
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-x11_1.0.bb task-x11]''<BR>The X Window System -- install this task to get a client/server based display multiplexer.
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/tasks/task-x11_1.0.bb task-x11]''<BR>The X Window System -- install this task to get a client/server based display multiplexer.
Line 26: Line 26:
 
||task-x11||||task-x11-server<BR>task-x11-utils||
 
||task-x11||||task-x11-server<BR>task-x11-utils||
 
|-
 
|-
||task-x11-utils||xserver-common*<BR>xserver-nodm-init*<BR>xauth<BR>xhost<BR>xset<BR>xrandr||||
+
||task-x11-utils||xserver-common%<BR>xserver-nodm-init%<BR>xauth<BR>xhost<BR>xset<BR>xrandr||||
 
|-
 
|-
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/tasks/task-sdk-target.bb task-sdk-target]''<BR>Packages required for a target (on-device) SDK
 
!colspan="5"|''[http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/tasks/task-sdk-target.bb task-sdk-target]''<BR>Packages required for a target (on-device) SDK

Latest revision as of 12:33, 20 August 2012

Related to OE-Core Task Rework, here are the current tasks in meta-oe:

Task package RDEPENDS RRECOMMENDS Comments
task-boot
Basic task to get a device booting
task-boot base-files
base-passwd
busybox
netbase
keymaps#
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}
kernel
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}
task-basic
Basic task to get a device online
task-basic dropbear%
openssh-sftp%
openssh-sftp-server%
avahi-daemon
avahi-utils
${MACHINE_EXTRA_RRECOMMENDS}
usbutils#
alsa-utils-alsamixer#
kernel-module-g-ether#
kernel-module-g-serial#
kernel-module-g-mass-storage#
bluez4#
iw#
wpa-supplicant#
tzdata
cpufrequtils
htop
SSH-related packages controlled by TASK_BASIC_SSHDAEMON variable, packages in default value shown
task-cli-tools
A set of useful command line tools
task-cli-tools dbus-daemon-proxy
dosfstools
htop
iptables
lsof
mbuffer
mdbus2
mtd-utils
mterm2
nano
nfs-utils-client
nmon
powertop
screen
socat
sysstat
Contains mdbus2 and mterm2 that are not provided by meta-oe
task-cli-tools-debug evtest
devmem2
i2c-tools
gdb
mkdump
mioctl
procps
pxaregs
s3c24xx-gpio
s3c64xx-gpio
serial-forward
strace
tcpdump
ltrace Contains mkdump and mioctl that are not provided by meta-oe; somewhat machine-specific
task-x11-server
Task for an image with Xserver
task-x11-server xserver-xorg%
xf86-input-evdev%
xf86-input-mouse%
xf86-video-fbdev%
xf86-input-keyboard%
Contents entirely controlled by XSERVER variable (packages in default value shown)
task-x11
The X Window System -- install this task to get a client/server based display multiplexer.
task-x11 task-x11-server
task-x11-utils
task-x11-utils xserver-common%
xserver-nodm-init%
xauth
xhost
xset
xrandr
task-sdk-target
Packages required for a target (on-device) SDK
task-sdk-target gcc-symlinks
g++-symlinks
cpp
cpp-symlinks
binutils-symlinks
perl-modules
flex
flex-dev
bison
gawk
sed
grep
autoconf
automake
make
patch
diffstat
diffutils
libstdc++-dev
libtool
libtool-dev
libltdl-dev
pkgconfig
g77-symlinks
gfortran-symlinks
task-fonts-truetype
Install one of these tasks to get support for truetype fonts.
task-fonts-truetype task-fonts-truetype-core
task-fonts-truetype-chinese
task-fonts-truetype-japanese
task-fonts-truetype-core fontconfig-utils
ttf-dejavu-common
ttf-dejavu-sans
ttf-dejavu-sans-mono
task-fonts-truetype-chinese task-fonts-truetype-core
ttf-arphic-uming
task-fonts-truetype-japanese task-fonts-truetype-core
ttf-sazanami-gothic
ttf-sazanami-mincho

Note:: meta-oe also bbappends task-qte-toolchain-target to add qwt-e-dev.