This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'rojkov/meta-swupd3' into meta-swupd
- Loading branch information
Showing
30 changed files
with
311 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 0 additions & 63 deletions
63
meta-ostro/recipes-swupd/clr-systemd-config/clr-systemd-config_98.bb
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
meta-ostro/recipes-swupd/clr-systemd-config/files/0001-change-clear-path-to-Ostro-path.patch
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...ipes-swupd/clr-systemd-config/files/0002-systemd-service-for-updating-the-efi-combo.patch
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-15 KB
meta-ostro/recipes-swupd/clr-systemd-config/files/clr-systemd-config-98.tar.gz
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
meta-ostro/recipes-swupd/packagegroups/packagegroup-swupd.bb
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...recipes-swupd/swupd-client/files/0001-change-systemctl-path-to-Ostro-systemctl-path.patch
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
meta-ostro/recipes-swupd/swupd-client/files/0002-Fix-build-failure-on-Yocto.patch
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
meta-ostro/recipes-swupd/swupd-client/files/0003-Right-usage-of-AC_ARG_ENABLE-on-bzip2.patch
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
meta-ostro/recipes-swupd/swupd-client/files/0004-Tolerate-quotes-in-os-release-files.patch
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.14 MB
meta-ostro/recipes-swupd/swupd-client/files/swupd-client-5700.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
meta-ostro/recipes-swupd/swupd-client/oe-swupd-helpers.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI_append = "file://efi-combo-trigger.service" |
7 changes: 7 additions & 0 deletions
7
meta-ostro/recipes-swupd/swupd-client/oe-swupd-helpers/efi-combo-trigger.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Unit] | ||
Description=Updates the EFI combo application | ||
BindsTo=update-triggers.target | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/usr/bin/efi_combo_updater |
6 changes: 6 additions & 0 deletions
6
meta-ostro/recipes-swupd/swupd-client/oe-swupd-helpers/update-triggers.target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[Unit] | ||
Description=Post system update triggers | ||
Wants=ldconfig-trigger.service | ||
Wants=catalog-trigger.service | ||
Wants=tmpfiles-trigger.service | ||
Wants=efi-combo-trigger.service |
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
meta-ostro/recipes-swupd/swupd-client/swupd-client_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI_append = "file://0001-Disable-boot-file-heuristics.patch \ | ||
file://efi_combo_updater.c \ | ||
" | ||
|
||
RDEPENDS_${PN}_class-target_append = " gptfdisk" | ||
|
||
do_compile_append() { | ||
${CC} ${LDFLAGS} ${WORKDIR}/efi_combo_updater.c -Os -o ${B}/efi_combo_updater `pkg-config --cflags --libs glib-2.0` | ||
} | ||
|
||
do_install_append () { | ||
install -d ${D}/usr/bin | ||
install ${B}/efi_combo_updater ${D}/usr/bin/ | ||
} |
Oops, something went wrong.