@@ -61,12 +61,27 @@ Run the following command to sync the repo::
61
61
62
62
# emaint sync --repo embedded-overlay
63
63
64
+ Updating md5-cache
65
+ ------------------
66
+
67
+ The directory metadata/md5-cache can contain cache files to speed up portage
68
+ when working with ebuilds from the overlay. This overlay does not include
69
+ these files, so it is recommended to generate these yourself. To do that,
70
+ simply run the following as root::
71
+
72
+ egencache --update --repo=embedded-overlay
73
+
74
+
64
75
WIP embedded kernel-bin ebuild
65
76
==============================
66
77
67
78
This is currently a WIP convenience ebuild for installing a generic kernel
68
79
binary on something small/embedded that can't run the full distro-kernel bin
69
- package.
80
+ package. There are also some experimental github CI kernel builds here:
81
+
82
+ https://github.com/sarnold/arm64-mainline-linux/releases
83
+
84
+ Feel free to request a tagged build for something specific.
70
85
71
86
In this context, "generic kernel" is built using something like the RCN
72
87
`build scripts `_ (forked) or one of the many upstream `kernel builders `_.
@@ -86,11 +101,11 @@ should look something like this::
86
101
deploy/6.5.8-arm64-r1.Image
87
102
deploy/config-6.5.8-arm64-r1
88
103
89
- To use the ebuild on an arm64 host with the above build output, the steps
104
+ To use these ebuilds on an arm64 host with your own build output, the steps
90
105
are essentially:
91
106
92
107
* drop the artifacts in your local distfiles
93
- * (re)generate the ``cross-kernel-bin `` Manifest file
108
+ * bump the version as needed and (re)generate the ``cross-kernel-bin `` Manifest file
94
109
* emerge ``cross-kernel-bin `` as you normally would
95
110
* if needed, generate your initramfs (eg, dracut)
96
111
* run ``grub-mkconfig `` --or-- update extlinux.conf
@@ -255,7 +270,7 @@ short ebuild listing::
255
270
│ ├── msgpack
256
271
│ ├── pdfrw
257
272
│ ├── picotui
258
- │ ├── py-re2
273
+ │ ├── pyre2
259
274
│ ├── pymavlink
260
275
│ ├── pystache
261
276
│ ├── python-uinput
0 commit comments