Home
last modified time | relevance | path

Searched refs:OEHasPackage (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dbuildgalculator.py7 from oeqa.runtime.decorator.package import OEHasPackage
25 @OEHasPackage(['gcc'])
26 @OEHasPackage(['make'])
27 @OEHasPackage(['autoconf'])
28 @OEHasPackage(['gtk+3'])
H A Dgcc.py9 from oeqa.runtime.decorator.package import OEHasPackage
31 @OEHasPackage(['gcc'])
42 @OEHasPackage(['g++'])
53 @OEHasPackage(['g++'])
64 @OEHasPackage(['gcc'])
65 @OEHasPackage(['make'])
H A Dbuildcpio.py7 from oeqa.runtime.decorator.package import OEHasPackage
25 @OEHasPackage(['gcc'])
26 @OEHasPackage(['make'])
27 @OEHasPackage(['autoconf'])
H A Dbuildlzip.py7 from oeqa.runtime.decorator.package import OEHasPackage
26 @OEHasPackage(['gcc'])
27 @OEHasPackage(['make'])
28 @OEHasPackage(['autoconf'])
H A Dstap.py9 from oeqa.runtime.decorator.package import OEHasPackage
13 @OEHasPackage(['systemtap'])
14 @OEHasPackage(['gcc-symlinks'])
15 @OEHasPackage(['kernel-devsrc'])
H A Dkernelmodule.py10 from oeqa.runtime.decorator.package import OEHasPackage
32 @OEHasPackage(['kernel-devsrc'])
33 @OEHasPackage(['make'])
34 @OEHasPackage(['gcc'])
H A Dgstreamer.py6 from oeqa.runtime.decorator.package import OEHasPackage
10 @OEHasPackage(['gstreamer1.0'])
15 @OEHasPackage(['gstreamer1.0'])
H A Dweston.py8 from oeqa.runtime.decorator.package import OEHasPackage
20 @OEHasPackage(['weston'])
54 @OEHasPackage(['wayland-utils'])
63 @OEHasPackage(['weston'])
H A Dpam.py11 from oeqa.runtime.decorator.package import OEHasPackage
17 @OEHasPackage(['shadow'])
18 @OEHasPackage(['shadow-base'])
H A Dmultilib.py8 from oeqa.runtime.decorator.package import OEHasPackage
36 @OEHasPackage(['lib32-libc6'])
45 @OEHasPackage(['lib32-connman'])
H A Dscons.py9 from oeqa.runtime.decorator.package import OEHasPackage
28 @OEHasPackage(['gcc'])
29 @OEHasPackage(['python3-scons'])
H A Dperl.py9 from oeqa.runtime.decorator.package import OEHasPackage
13 @OEHasPackage(['perl'])
H A Dgi.py9 from oeqa.runtime.decorator.package import OEHasPackage
14 @OEHasPackage(["python3-pygobject"])
H A Drust.py7 from oeqa.runtime.decorator.package import OEHasPackage
11 @OEHasPackage(['rust-hello-world'])
H A Dpython.py7 from oeqa.runtime.decorator.package import OEHasPackage
11 @OEHasPackage(['python3-core'])
H A Dgo.py7 from oeqa.runtime.decorator.package import OEHasPackage
11 @OEHasPackage(['go-helloworld'])
H A Ddf.py8 from oeqa.runtime.decorator.package import OEHasPackage
13 @OEHasPackage(['coreutils', 'busybox'])
H A Dssh.py7 from oeqa.runtime.decorator.package import OEHasPackage
12 @OEHasPackage(['dropbear', 'openssh-sshd'])
H A Dxorg.py8 from oeqa.runtime.decorator.package import OEHasPackage
15 @OEHasPackage(['xserver-nodm-init'])
H A Dusb_hid.py4 from oeqa.runtime.decorator.package import OEHasPackage
16 @OEHasPackage(['xdotool'])
H A Dterminal.py3 from oeqa.runtime.decorator.package import OEHasPackage
10 @OEHasPackage(['matchbox-terminal'])
H A Dldd.py8 from oeqa.runtime.decorator.package import OEHasPackage
12 @OEHasPackage(["ldd"])
H A Dconnman.py7 from oeqa.runtime.decorator.package import OEHasPackage
19 @OEHasPackage(["connman"])
H A Doe_syslog.py8 from oeqa.runtime.decorator.package import OEHasPackage
14 @OEHasPackage(["busybox-syslog", "sysklogd", "rsyslog", "syslog-ng"])
115 @OEHasPackage(["busybox-syslog"])
H A Dptest.py13 from oeqa.runtime.decorator.package import OEHasPackage
20 @OEHasPackage(['ptest-runner'])
29 @OEHasPackage(['ptest-runner'])

12