Skip to content

Tags: ev3dev/docker-library

Tags

2021-05-10

Toggle 2021-05-10's commit message
travis: drop older distros

2020-04-10

Toggle 2020-04-10's commit message
ev3dev-stretch: add pybricks-micropython package

2020-03-23

Toggle 2020-03-23's commit message
ev3dev-stretch: add pybricks-micropython package

2020-03-07

Toggle 2020-03-07's commit message
ev3dev-stretch: add pybricks-micropython package

2020-02-28

Toggle 2020-02-28's commit message
ev3dev-buster: nice limits for robot user

This adds a config file to allow the robot user to set niceness to
max value, e.g. using the nice or renice command.

2020-02-21

Toggle 2020-02-21's commit message
ev3dev-buster: set nice and use PAM in console runner service

Setting nice makes user programs run with higher priority, which is
helpful when you have a tight control loop. Also having a proper PAM
session fixes some permission problems for things that use PAM for
authentication. It also has the side effect of setting the owner of
the tty so we no longer have to do that explicitly.

2019-12-22

Toggle 2019-12-22's commit message
ev3dev-buster: add more rpi device tree blobs

also fixes build failure due to renamed rpi zero device tree file

2019-10-23

Toggle 2019-10-23's commit message
ev3dev-stretch: can't install python3-agt for rasbian

2019-09-24

Toggle 2019-09-24's commit message
ev3dev-stretch: can't install python3-agt for rasbian

2019-09-08

Toggle 2019-09-08's commit message
ev3dev-stretch: drop libgrx-3.0-2-plugin-linuxfb

This should be included automatically by libev3devkit now.\

Issue: ev3dev/ev3dev#1275