From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/7] support/testing: don't use TestPythonPackageBase.config and linaro toolchain
Date: Mon, 6 Apr 2020 22:19:40 +0200 [thread overview]
Message-ID: <20200406221940.57e37346@windsurf> (raw)
In-Reply-To: <20200405230414.416403-6-romain.naour@gmail.com>
On Mon, 6 Apr 2020 01:04:13 +0200
Romain Naour <romain.naour@gmail.com> wrote:
> class TestGst1Python(TestPythonPackageBase):
> __test__ = True
> - config = TestPythonPackageBase.config + \
> + config = \
> """
> BR2_TOOLCHAIN_EXTERNAL=y
> BR2_TARGET_ROOTFS_CPIO=y
> + # BR2_TARGET_ROOTFS_TAR is not set
> + BR2_arm=y
> BR2_cortex_a9=y
> BR2_ARM_ENABLE_VFP=y
> BR2_ARM_EABIHF=y
I like when options are in the same order as they would appear in a
defconfig, so I took this opportunity to re-order them this way.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-04-06 20:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-05 23:04 [Buildroot] [PATCH 1/7] support/testing: test_syslinux: fix flake8 errors Romain Naour
2020-04-05 23:04 ` [Buildroot] [PATCH 2/7] support/testing: test_syslinux: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE Romain Naour
2020-04-05 23:04 ` [Buildroot] [PATCH 3/7] support/testing: test_glxinfo: " Romain Naour
2020-04-05 23:04 ` [Buildroot] [PATCH 4/7] support/testing: test_tmux: remove BR2_GENERATE_LOCALE Romain Naour
2020-04-05 23:04 ` [Buildroot] [PATCH 5/7] support/testing: test_lxc: use ARM arm external toolchain Romain Naour
2020-04-05 23:04 ` [Buildroot] [PATCH 6/7] support/testing: don't use TestPythonPackageBase.config and linaro toolchain Romain Naour
2020-04-06 20:19 ` Thomas Petazzoni [this message]
2020-04-05 23:04 ` [Buildroot] [PATCH 7/7] support/testing: check if the defconfig provided for testing is valid Romain Naour
2020-04-06 20:17 ` [Buildroot] [PATCH 1/7] support/testing: test_syslinux: fix flake8 errors Thomas Petazzoni
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=20200406221940.57e37346@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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.