From mboxrd@z Thu Jan 1 00:00:00 1970 From: ricardo.martincoski at gmail.com Date: Mon, 04 Feb 2019 22:39:29 -0200 Subject: [Buildroot] [PATCH] support/testing: add docker / docker-compose tests References: Message-ID: <5c58db4159d1d_290e2ab5f55cf3201186d@ultri5.mail> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Mon, Feb 04, 2019 at 03:11 PM, Matthew Weber wrote: > On Mon, Feb 4, 2019 at 10:56 AM Peter Korsgaard wrote: >> >> Build for x86-64 as public containers in general are only available for >> x86-64. Docker needs a number of kernel options enabled, so use a custom >> kernel config based on the qemu one. >> >> Docker needs entropy at startup, so enable the virtio-rng-pci device to >> expose entropy to the guest. > > Another option is enabling BR2_PACKAGE_HAVEGED to let the target compensate. This is already used for 2 python test cases (pynacl and crossbar). I don't have specific knowledge to say which is the best approach. For the python test cases I just searched for *any* way to have enough entropy. Regards, Ricardo