-
Notifications
You must be signed in to change notification settings - Fork 54
[TEST BUILD] Flatpak application support rebased on latest intel/master. #122
Conversation
8737649 to
5ea47e4
Compare
|
test this please |
2 similar comments
|
test this please |
|
test this please |
|
The tests got stuck because the swtpm test setup script could not find netstat, which it fails to check and detect, in which case (if the swtpm process the script would like to connect to keeps running) the script essentially falls into an infinite loop. The immediate reason why netstat was not found is that it was not on the PATH of the test script. My current guess is that the reason for this is related to the usrmerge patches: the script has the same (recipe-sysroot-native)/usr/bin and (recipe-sysroot-native)/usr/sbin twice on its PATH which looks suspicious, while at the same time the native recipes ignore usrmerge and install stuff in a split /-/usr fashion. So I suspect that usrmerge somehow gets propagated to the paths which effect how the tests are run, in practice dropping /bin and /sbin from the PATH, while the actual installation happens ignoring usrmerge exactly to these dropped locations. Sigh... Ditto for ostree build. |
|
test this please |
055b5c9 to
9b99e2f
Compare
When usrmerge distro feature enabled do not search /lib and /bin for systemd firstboot files. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Added bitbake configuration changes needed for usrmerge feature. Upstream patches put on hold: http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133169.html http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133170.html Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Upstream Patches: http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133166.html Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Upstream-commit: http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133147.html Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Upstream-commits: http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133148.html http://lists.openembedded.org/pipermail/openembedded-core/2017-February/133149.html Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
9b99e2f to
5713c3a
Compare
|
test this please |
7557642 to
9818a70
Compare
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
If 'flatpak' is among DISTRO_FEATURES, inherit flatpak-image. This should add the necessary flatpak runtime bits to the image and enable generating a flatpak repository out of it. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Updated conf-notes.txt and local.conf.sample with flatpak-related snippets. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Enabled building flatpak runtime image and SDK for the minimal image by default. Since it seems we don't export/run tests for the minimal image I did not enable those for the runtime image either. ATM, because of the default paths we use to create flatpak OSTree repos, the archive-z2 SDK flatpak repository will not get exported (but the bare-user one will). Will can address this later... Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Add back the recently split out meta-gplv2 layer. We need it for GPG 1.%. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
9818a70 to
e1ca8df
Compare
|
Can one of the admins verify this patch? |
|
replaced by #181 |
No description provided.