v2.44.0+rev2
This commit is contained in:
parent
1cc9ff3b5c
commit
f915ad2589
3 changed files with 38 additions and 1 deletions
|
@ -1,3 +1,34 @@
|
||||||
|
- commits:
|
||||||
|
- subject: U-boot patches fixup
|
||||||
|
hash: e32f34f65ba46888c6cd8cc0a22c6b87040e8cda
|
||||||
|
body: |
|
||||||
|
The eMMC patch has been removed because it applies
|
||||||
|
from meta-sunxi.
|
||||||
|
The resin-kconfig-integration patch has been removed
|
||||||
|
and a re-worked version of it has been applied.
|
||||||
|
footer:
|
||||||
|
Changelog-entry: U-boot patches fixup
|
||||||
|
changelog-entry: U-boot patches fixup
|
||||||
|
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
|
||||||
|
signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
|
||||||
|
author: Vicentiu Galanopulo
|
||||||
|
- subject: Add configs in the kernel to enable configfs
|
||||||
|
hash: 7954383391a8c6d3befc53ed6a1f483a69d8c73b
|
||||||
|
body: |
|
||||||
|
Customer requested i2c and UART enabled on the orange pi
|
||||||
|
zero. The directory /sys/kernel/config/device-tree
|
||||||
|
which is used to add overlays at runtime is not present
|
||||||
|
in the file system.
|
||||||
|
This patch enables configfs and generation of the needed
|
||||||
|
directory.
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Add configs in the kernel to enable configfs
|
||||||
|
changelog-entry: Add configs in the kernel to enable configfs
|
||||||
|
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
|
||||||
|
signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
|
||||||
|
author: Vicentiu Galanopulo
|
||||||
|
version: 2.44.0+rev2
|
||||||
|
date: 2019-10-31T12:28:24.480Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Rename re-worked patch to have it applied
|
- subject: Rename re-worked patch to have it applied
|
||||||
hash: bd839185ede9d71eb7cc439361fa3c6736a7a47b
|
hash: bd839185ede9d71eb7cc439361fa3c6736a7a47b
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.44.0+rev2
|
||||||
|
## (2019-10-31)
|
||||||
|
|
||||||
|
* U-boot patches fixup [Vicentiu Galanopulo]
|
||||||
|
* Add configs in the kernel to enable configfs [Vicentiu Galanopulo]
|
||||||
|
|
||||||
# v2.44.0+rev1
|
# v2.44.0+rev1
|
||||||
## (2019-10-29)
|
## (2019-10-29)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.44.0+rev1
|
2.44.0+rev2
|
Loading…
Add table
Reference in a new issue