summaryrefslogtreecommitdiffstats
path: root/common/scripts/busybox.sh
blob: 04f0b62010368813124b1f84afefd9d9be21a1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/sh
#
# Busybox test.
#
# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Senthil Kumaran <senthil.kumaran@linaro.org>
# Maintainer: Milosz Wasilewski <milosz.wasilewski@linaro.org>, Koen Kooi <koen.kooi@linaro.org>

OUT=`busybox ls /proc`
if [ -n "$OUT" ]
then
    echo "busybox: pass"
    exit 0
else
    echo "busybox: fail"
    exit 1
fi
; remote="agl" sync-j="4" /> <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> <project name="AGL/meta-agl-extra" path="meta-agl-devel" /> <project name="AGL/meta-agl-extra" path="meta-agl-extra" /> <project name="AGL/meta-agl-demo" path="meta-agl-demo" /> <!-- Yocto/OpenEmbedded things. --> <project name="poky" path="poky" remote="yocto" revision="118380bc5d01e52b5edc574abb4176f6e70a54a6" upstream="jethro"/> <project name="meta-openembedded" remote="openembedded" revision="8ab04afbffb4bc5184cfe0655049de6f44269990" upstream="jethro"/> <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="ea37a0bc987aa9484937ad68f762b4657c198617" upstream="jethro"/> <!-- Porter specific things. --> <project name="AGL/meta-renesas" path="meta-renesas" revision="82611ccadef36ab0b8a6fd6fb1cf055e115f1ef5" /> <!-- MinnowBoard MAX specific things --> <project name="meta-intel" remote="yocto" revision="aca8652267fb70a00995d32a1de8581694d6c867" upstream="jethro"/> <!-- i.MX6 / e.g. wandboard specific things --> <project name="meta-fsl-arm" remote="yocto" revision="c9e576bdae8c481f5a836531c7865fe8b8a5a36f" upstream="jethro"/> <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="dd074c47af53948041f6c5671e519fbf815b0980" upstream="jethro"/> <!-- ti vayu / jacinto 6 / DRA7 --> <project name="meta-ti" remote="yocto" revision="543dac569bb64a3b75e549fb17a5ef65d590dc1b" upstream="master"/> <!-- iotivity --> <!-- unused --> <!-- <project name="meta-oic" remote="yocto" revision="69146eaf8bc05c74c377e731b7e16d82854a4659" upstream="1.0.1"/> --> <!-- meta-amb --> <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="ef3495bb8d6543709f6d1f7b657cb894d32c1757" upstream="master"/> <!-- meta-rust --> <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="395cde581938d862abb6a9219c0118c81cf01da2" upstream="jethro"/> <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" remote="yocto" revision="2745399f75d7564fcc586d0365ff73be47849d0e" upstream="master"/> <!-- DragonBoard 410c specific things --> <project name="meta-qcom" remote="yocto" revision="9f047a90a958c77d125ff4745044d2f25614469d" upstream="jethro"/> <!-- Image Security Analysis FrameWork (isafw) --> <project name="meta-security-isafw" remote="01org" revision="d6db6a103b381aebac1a4e7dae41813aec735628" upstream="jethro"/> <!-- IoT Security layer --> <project name="meta-intel-iot-security" remote="01org" revision="c5906a1553513ef192a58231700357c5f14f4ae4" upstream="master"/> </manifest>