From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH V3 0/9] Fixes for busybox ptest
Date: Fri, 23 Nov 2018 10:16:23 +0800 [thread overview]
Message-ID: <cover.1542939066.git.Qi.Chen@windriver.com> (raw)
Changes in V2:
* fix bzip2 recipe to extend its alternatives list
* check CONFIG_DESKTOP beforing using 'od -t' in test cases
Changes in V3:
* add a symlink farm for busybox ptest to ensure utilities provided by busybox are used in ptest
* default hostname to 'localhost'
* drop the patch to remove three test cases for hostname
The following changes since commit 6b84ac788321b24cfa2e6a883806eb3f3198254b:
ref-manual: Updated list of supported Linux Distros: (2018-11-22 12:20:52 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/busybox-ptest
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/busybox-ptest
Chen Qi (8):
busybox: enable bzip2 by default
bzip2: extend alternatives list to include bzip2
busybox: add zip to RDEPENDS of ptest package
busybox: check uudecode before using it in test case
busybox: use example.org instead of google.com in wget test case
busybox: fix du-l-works test case
busybox: check CONFIG_DESKTOP before using 'od -t' in test case
base-files: default hostname to localhost
Ross Burton (1):
busybox: ship a symlink farm for ptest
meta/recipes-core/base-files/base-files_3.0.14.bb | 4 +-
meta/recipes-core/busybox/busybox.inc | 17 +++++
...-du-l-works-fix-to-use-145-instead-of-144.patch | 32 +++++++++
...te-check-CONFIG_DESKTOP-before-using-od-t.patch | 83 ++++++++++++++++++++++
...-testsuite-check-uudecode-before-using-it.patch | 45 ++++++++++++
...e-use-www.example.org-for-wget-test-cases.patch | 62 ++++++++++++++++
meta/recipes-core/busybox/busybox/defconfig | 2 +-
meta/recipes-core/busybox/busybox_1.29.2.bb | 4 ++
meta/recipes-core/busybox/files/run-ptest | 5 +-
meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 +-
10 files changed, 250 insertions(+), 6 deletions(-)
create mode 100644 meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch
create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-check-CONFIG_DESKTOP-before-using-od-t.patch
create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-use-www.example.org-for-wget-test-cases.patch
--
1.9.1
next reply other threads:[~2018-11-23 2:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-23 2:16 Chen Qi [this message]
2018-11-23 2:16 ` [PATCH 1/9] busybox: enable bzip2 by default Chen Qi
2018-11-23 2:16 ` [PATCH 2/9] bzip2: extend alternatives list to include bzip2 Chen Qi
2018-11-23 2:16 ` [PATCH 3/9] busybox: add zip to RDEPENDS of ptest package Chen Qi
2018-11-23 2:16 ` [PATCH 4/9] busybox: check uudecode before using it in test case Chen Qi
2018-11-23 2:16 ` [PATCH 5/9] busybox: use example.org instead of google.com in wget " Chen Qi
2018-11-23 2:16 ` [PATCH 6/9] busybox: fix du-l-works " Chen Qi
2018-11-23 2:16 ` [PATCH 7/9] busybox: check CONFIG_DESKTOP before using 'od -t' in " Chen Qi
2018-11-23 2:16 ` [PATCH 8/9] busybox: ship a symlink farm for ptest Chen Qi
2018-11-23 2:16 ` [PATCH 9/9] base-files: default hostname to localhost Chen Qi
2018-11-23 23:38 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1542939066.git.Qi.Chen@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.