| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Ci/oe selftest
|
| |
| |
| |
| |
| | |
In a separate Jenkinsfile right now, with a lot of duplication. Let's
hope to find a cleaner way
|
| | |
|
| | |
|
| |
| |
| |
| | |
For qemu tests
|
|/ |
|
|\
| |
| | |
Fix raspberrypi image generation
|
|/
|
|
|
|
| |
From poky master
This fixes image builds but does not boot yet...
|
|\
| |
| | |
aktualizr: bump to latest version, fix libp11/openssl (master)
|
| |
| |
| |
| | |
Includes fixes for Ubuntu 18.04.
|
| | |
|
|/
|
|
| |
Now covers 1.0.2p.
|
|\
| |
| | |
Update lshw to 02.17
|
| | |
|
|/ |
|
|\
| |
| | |
ostree: Correction: it depends on bison-native for configuration.
|
|/ |
|
|\
| |
| | |
Specify cpu type -host- for KVM mode
|
| | |
|
|\ \
| | |
| | | |
ostree: add missing bison dependency.
|
|/ / |
|
|\ \
| |/
|/| |
Fit initramfs support
|
| |
| |
| |
| |
| |
| |
| | |
Without this the build fails because the initramfs hasn't been build
before do_image_ostree. There should be a dependency through
virtual/kernel:do_deploy, but there is clearly some reason why this
isn't enough.
|
| |
| |
| |
| | |
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The reasoning here is to allow initramfs generated by this recipe
to be included in FIT.
To do so w/o changing openembedded-core (it allows only cpio format) -
init script should be able to execute from a rootfs (i.e. true initramfs),
not ramdisk (initrd).
See [1] for more information on these keywords.
The gist of this change is switch from `pivot_root` to `switch_root`.
This also allows to get rid of some clutter, since `switch_root` handles
transition to new sysroot all by itself.
Again, see [1] for details on these utility/syscall.
[1] https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The issue is that when only vmlinuz-* file is present
(the case when both DTB and initramfs are in FIT),
libostree will assume that there is no initramfs at all and will supply
different init= parameter on the kernel command line
(aimed to boot directly from sysroot).
This effectively breaks boot process as init specified
on the kernel cmdline is not present in initramfs.
Solution is to basically create an empty initramfs-* file
when we use FIT.
The proper solution would be to make libostree aware of whether
we use FIT or not.
Note, to actually boot with initramfs in FIT - a change to u-boot
script (env) is needed which will remove explicit usage of initramfs.
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
|
|/
|
|
|
|
|
|
| |
This will reduce the level of indirection and improve compatibility
with the rest of OE.
For example, FIT that includes initramfs may now be built.
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
|
|\
| |
| | |
aktualizr: bump to latest for key rotation and storage updates (master)
|
| |
| |
| |
| |
| | |
Work around a bug in oe-selftest with migration and aktualizr-info
interplay by forcing --allow-migrate for now.
|
|\ \
| |/
|/| |
ostree: upgrade to v2018.7+
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade OSTree to a git revision ahead of the v2018.7 release in order
to include additional memory leak fixes.
Upstream release notes since v2017.13+:
- https://github.com/ostreedev/ostree/releases/tag/v2017.14
- https://github.com/ostreedev/ostree/releases/tag/v2017.15
- https://github.com/ostreedev/ostree/releases/tag/v2018.1
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
- https://github.com/ostreedev/ostree/releases/tag/v2018.3
- https://github.com/ostreedev/ostree/releases/tag/v2018.4
- https://github.com/ostreedev/ostree/releases/tag/v2018.5
- https://github.com/ostreedev/ostree/releases/tag/v2018.6
- https://github.com/ostreedev/ostree/releases/tag/v2018.7
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
|
|\
| |
| | |
Support for creating an otaimg.tar file in addition to the ext4 image
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Bump Aktualizr revision to fix HSM bug
|
|/ / |
|
|\ \
| | |
| | | |
aktualizr: bump to latest and accommodate hmi_stub.
|
|/ / |
|
|\ \
| | |
| | | |
Document SOTA_CLIENT_FEATURES = "secondary-network".
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Feat/better dependencies
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
More generic, hopefully a bit clearer. The input must be a recipe, but
recipes depend on packages.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Only one recipe is investigated at a time.
* Output is hopefully closer to the desired format.
* Renamed the output file.
* Skip some basic native and virtual (cross-compilation) build tools so
that the output is not monstrously large.
|
| | |
| | |
| | |
| | |
| | | |
Use find_aktualizr_dependencies.sh to get the previous output for
aktualizr-related projects.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
advancedtelematic/feat/bump-aktualizr-pro-h#3-master
Feat/bump aktualizr pro h#3 master
|