Commit Graph

218 Commits

Author SHA1 Message Date
Yossi
585b813674 replace FFMPEG with libav 2017-12-11 17:49:41 +02:00
Yossi
bc52bec634 Add cleaner cronJob 2017-12-11 12:41:51 +02:00
Yossi
91fc363f76 Add git 2017-12-11 12:15:54 +02:00
Yossi
654c3840e4 Add FFMPEG 2017-12-11 11:35:18 +02:00
Yossi
1976bd3a90 fix typo in RTC setup 2017-11-30 16:18:34 +02:00
Yossi
0211028080 update RTC installation 📺 2017-11-30 12:29:40 +02:00
Yossi
7b970cc606 add SPI modifications for neopixel 2017-11-21 16:14:51 +02:00
Yossi
59b98184bd Enable SPI 2017-07-28 20:59:28 +03:00
Yossi
7d17456de1 fix installation process for indicators 2017-07-27 09:14:56 +03:00
Yossi
40ea94d838 fix indicators setup 2017-07-26 16:21:22 +03:00
Yossi
80ae3c4a69 refactor indicators installation 2017-07-25 13:22:13 +03:00
Yossi
0be698ca2c remove stage3 2017-07-21 19:13:31 +03:00
Yossi
e3627709c7 fix set settings dir 2017-07-21 08:34:41 +03:00
Yossi
82a20db9a5 compile indicators after openCV 2017-07-20 16:35:02 +03:00
Yossi
2d7ce5899a remove stage 4 & 5 2017-07-20 15:20:09 +03:00
Yossi
f5b291c781 Merge remote-tracking branch 'RPi-Distro/dev' into dev
# Conflicts:
#	README.md
#	scripts/common
#	stage3/00-install-packages/00-packages
#	stage4/00-install-packages/00-packages
#	stage5/EXPORT_NOOBS
2017-07-20 15:18:46 +03:00
Yossi
2d327ee21b add build param 2017-07-20 13:53:17 +03:00
Yossi
f28811d7ba add indicators 2017-07-20 11:41:57 +03:00
Claus Strasburger
fe45b73987 Added docker-compose.yml for easy apt-cacher-ng startup 2017-07-17 12:21:37 +02:00
Claus Strasburger
bab0fe3b0d Docker build: move to debian stretch 2017-07-17 12:21:28 +02:00
Russ Kubes
4d65b2b357 Export-image: Only disable metadata_csum feature if it's possibly enabled. 2017-07-17 11:36:43 +02:00
Serge Schneider
137efd2379 Update release notes 2017-07-10 14:29:11 +01:00
Serge Schneider
dd7de2554c Update release notes 2017-07-05 11:23:54 +01:00
Serge Schneider
234c4b7937 Export-image: disable metadata_csum for compatibility with older SD card copiers 2017-07-03 16:40:23 +01:00
Serge Schneider
be2018ee5f README: Add stage 5 description 2017-06-27 13:16:41 +01:00
Andrew Smith
cdf1cf2aba Also use -v in error message 2017-06-27 13:10:09 +01:00
Andrew Smith
22c4105b57 Tell docker to delete the volume as well
Addresses #62

Because of the use of volumes the .img files (and everything else) will stay around on disk even when you do `docker rm pigen_work`. Passing `-v` deletes the volume as well and frees up disk space.
2017-06-27 13:10:09 +01:00
Jacob Siverskog
d2f88a6e4f Update stage specification example
The previous example failed for me due to a missing SKIP in
stage5. While at it, complete the example with all steps needed to get
an image generated.
2017-06-27 13:09:40 +01:00
Thomas Phillips
c92638438a Fixed running docker script from within pwd containing spaces 2017-06-27 13:08:08 +01:00
Thomas Phillips
50e5c01f57 Image build date now honours timezone 2017-06-27 13:06:50 +01:00
Yossi
d7ad71d97e don't create firmware fir 2017-06-21 23:39:49 +03:00
Yossi
f36f232a67 revert to pull script from server 2017-06-21 19:40:34 +03:00
Serge Schneider
a0060bd475 export-image: increase free space padding 2017-06-21 10:56:07 +01:00
Serge Schneider
d2b8d634b9 export-image: switch from fallocate to truncate 2017-06-21 10:46:10 +01:00
Serge Schneider
d347d8d5f7 stage0: configure apt before locales 2017-06-21 08:55:30 +01:00
Serge Schneider
530b66fd3f bootstrap: cope with NFS and FUSE filesystems 2017-06-20 16:17:12 +01:00
Serge Schneider
02728fe65e export-image: use apparent size when calculating disk usage 2017-06-20 16:13:59 +01:00
Serge Schneider
e583c18eba stage4: install python3-thonny 2017-06-20 16:12:32 +01:00
Serge Schneider
046db2d3d3 NOOBS: update kernel version number 2017-06-20 16:11:17 +01:00
Yossi
e03b6dd5f3 fix file location 2017-06-20 00:54:06 +03:00
Yossi
53bd4767a4 fix copy files locally for all startup scripts 2017-06-20 00:01:34 +03:00
Yossi
57f4737d2e try to insert local file 2017-06-19 22:20:09 +03:00
Yossi
54b4babfe2 fix startup script's dir 2017-06-19 08:53:55 +03:00
Yossi
3c09c4c10e store drideOS startup script locally and replace drideOSZ startup file 2017-06-16 08:54:57 +03:00
Yossi
748ec17bfa remove GPS from OSZ :) 2017-06-15 13:02:44 +03:00
Yossi
334972f649 added GPS to all builds 2017-06-15 12:37:03 +03:00
Yossi
541915a2ab add pip to OSZ 2017-06-15 10:25:56 +03:00
Yossi
dac8450eff remove more packages unnecessary for drideOSZ 2017-06-15 08:14:55 +03:00
Yossi Neiman
ae1c57146f Create README.md 2017-06-14 14:11:03 +03:00
Yossi Neiman
7290ed8981 Create README.md 2017-06-14 14:10:20 +03:00