Commit Graph

6103 Commits

Author SHA1 Message Date
Martin Ayotte
042da80afe remove useless patch for 5.0.y 2019-03-25 09:48:32 -04:00
Martin Ayotte
146f682d31 remove useless patch for 5.0.y 2019-03-25 09:46:26 -04:00
Martin Ayotte
94b762a9a1 remove useless patch for 5.0.y 2019-03-25 09:37:44 -04:00
Martin Ayotte
f3df61f0f9 remove old timekeeping32-tweaks-for-4.20.y.patch 2019-03-25 09:23:00 -04:00
Martin Ayotte
c28e7934c5 change timekeeping32-tweaks for 5.0.y 2019-03-25 09:22:05 -04:00
Martin Ayotte
f5c9bde7ac comment V4L2 vidioc_cropcap for 5.0.y 2019-03-25 09:20:45 -04:00
Martin Ayotte
3e2d97a930 remove useless patch for 5.0.y 2019-03-25 09:19:50 -04:00
Martin Ayotte
50b273ab0e Meson64-DEV is now using 5.0.y 2019-03-25 09:18:53 -04:00
Martin Ayotte
69eaec7b21 update menu so that Dev shows 5.x too 2019-03-25 09:18:01 -04:00
lanefu
b5edf5b443
Merge pull request #1319 from droscy/fix-loghdd-replacement
Change regex match from 'log/' to '/log/' in armbian-hardware-optimization
2019-03-25 01:35:45 +00:00
Martin Ayotte
5888d28212 delete useless patch 2019-03-24 18:09:34 -04:00
lanefu
60eeffb8ca
Merge pull request #1324 from lanefu/cluser-board-boot
spi u-boot patch for soPine64 to help clusterboard work right
2019-03-24 19:27:01 +00:00
Lane Jennison
ae92d61ea2 patch from https://github.com/janwillies/u-boot/commits/v2019.01-sopine-spi 2019-03-23 20:42:26 -04:00
Martin Ayotte
56c71fc2ba add missing OPi3 patches 2019-03-22 09:57:43 -04:00
Martin Ayotte
ae80b3820d remove useless disabled patch 2019-03-21 14:57:47 -04:00
Martin Ayotte
2fa7c680c2 fix overlay patch 2019-03-21 14:57:07 -04:00
Martin Ayotte
ec32afae44
Merge pull request #1321 from zhangn1985/master
disable patch 0031 for meson64-dev, due to merged.
2019-03-21 14:13:44 -04:00
JMCC
8b24aa6645
Build dev nightly images for Renegade 2019-03-21 18:05:48 +01:00
Martin Ayotte
af76626fac
Merge pull request #1320 from WaterByWind/master
Update index for pin bank 'H' in sun50i-a64-fixup.scr-cmd
2019-03-21 08:55:15 -04:00
Zhang Ning
ad28188286 disable patch 0031 for meson64-dev, due to merged.
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-03-21 13:17:16 +08:00
WaterByWind
16af5541ba Update index for pin bank 'H' in sun50i-a64-fixup.scr-cmd
Mirror similar PR from sunxi-dev to sunxi-next:  Fix off-by-one numeric index for pin bank ‘H’ in sun50i-a64-fixup.scr-cmd
2019-03-20 22:01:09 -04:00
WaterByWind
c4b96d21c6 Update index for pin bank 'H' in sun50i-a64-fixup.scr-cmd
Fix off-by-one numeric index for pin bank ‘H’ in sun50i-a64-fixup.scr-cmd
2019-03-20 21:37:29 -04:00
Simone Rossetto
f4e50fc963 Change regex match from 'log/' to '/log/'
The sed command was wrongly replacing every folder whose name ends
in 'log/' with 'log.hdd/', so i.e. '/var/log/ulog/*.log' became
'/var/log.hdd/ulog.hdd/*.log'. Subsequent logrotate exections would
fail due to non existent folders.

In addition, some logrotate config files may have more than one path
per line, so a 'g' option in the sed replacement regex is required
to replace all '/log/' entries at once.
2019-03-20 16:38:38 +01:00
Thomas McKahan
377324db9d [ rockchip64 ] renegade u-boot tweaks 2019-03-20 00:21:54 -04:00
Igor Pečovnik
a81df41f0b
Merge pull request #1316 from The-going/clean_2
Fix_final: incomplete cleaning of the source code.
2019-03-18 10:47:32 +01:00
The-going
eb528f6c9e
Fix: incomplete cleaning of the source code.
Before you begin the compilation process,
we should always check and clean the sources.

If not, then warn the user.
2019-03-18 11:54:07 +03:00
lanefu
335863a731
Merge pull request #1314 from The-going/test
Standard error output is always sent to the file `debug/complication.log` and segmented with headers based on build stage
2019-03-17 19:46:38 +00:00
5kft
a7ffdb8f15 [ sunxi-dev ] update H5 overclock overlay to correspond to kernel 5.0 DT changes 2019-03-17 15:48:36 +00:00
The-going
a7f67e295f
Standard error output is always sent to the file.
Currently, compilation errors from the standard error channel
are sent to standard output, and then the shared stream
can be routed to the $DEST/debug/compilation.log file or not.
As a result, we can see either empty compilation.log file,
or a file containing a million lines of total output.
This behavior makes little sense.

After applying this patch, compilation errors
will always be sent to $DIST/debug/compilation.log

The file will look something like this:
----------------------------------------------------------------
	== atf ==


	== u-boot ==

.config:1253:warning: override: reassigning to symbol BOOTDELAY

	== kernel ==

In file included from ./include/linux/kernel.h:11:0,
                 from ./include/linux/clk.h:16,
                 from drivers/iio/adc/sun4i-gpadc-iio.c:25:
	......
---
2019-03-17 18:27:19 +03:00
Martin Ayotte
53bcf26db6 switch RK3399 to 5.0.y 2019-03-15 18:46:14 -04:00
Martin Ayotte
e71c0aa63d fix OPiLite2 compatible 2019-03-15 18:04:41 -04:00
Martin Ayotte
92bb6f0b66 remove useless patch according to 5.0.y 2019-03-15 12:18:51 -04:00
Martin Ayotte
a06fef7121 remove useless patch according to 5.0.y 2019-03-15 11:17:04 -04:00
Martin Ayotte
4ef8efe65c remove useless patch according to 5.0.y 2019-03-15 11:08:42 -04:00
Martin Ayotte
b4a5576f0f remove useless patch according to 5.0.y 2019-03-15 11:07:03 -04:00
Martin Ayotte
d0bb121478 remove useless patch according to 5.0.y 2019-03-15 11:04:38 -04:00
Martin Ayotte
cdb000d9d5 remove useless patch according to 5.0.y 2019-03-15 11:01:13 -04:00
Martin Ayotte
f05ba5c2d7 remove include patch already present in axp20x.c 2019-03-15 10:43:30 -04:00
Martin Ayotte
1e48b1c2b8 remove duplicate A64 Pinebook sound patch 2019-03-15 10:42:11 -04:00
Martin Ayotte
119d35b274 fix orangepi3 U-Boot DT Makefile 2019-03-15 10:26:02 -04:00
Martin Ayotte
85c94edd17 fix about usb3 2019-03-14 22:19:02 -04:00
Martin Ayotte
072a3dfe36 more fix on p-board-h6-add-THS 2019-03-14 21:46:31 -04:00
Martin Ayotte
f566841baf fix h6-add-THS patch 2019-03-14 21:16:51 -04:00
Martin Ayotte
b371826484 remove old timekeeping32-tweaks-for-4.20.y.patch 2019-03-14 18:34:47 -04:00
Martin Ayotte
fee5ec15b6 add timekeeping32-tweaks for 5.0.y 2019-03-14 18:34:01 -04:00
Martin Ayotte
1749cede63 remove useless patch according to 5.0.y 2019-03-14 18:32:05 -04:00
Martin Ayotte
d594f50193 remove useless patches according to 5.0.y 2019-03-14 18:14:27 -04:00
Martin Ayotte
b9cc9c9c71 remove useless patches according to 5.0.y 2019-03-14 17:39:05 -04:00
Martin Ayotte
237d55c418 remove some useless patches under 5.0.y 2019-03-14 17:31:20 -04:00
Martin Ayotte
23dda0f989 disable temporarily some a64 patch 2019-03-14 17:30:41 -04:00