Skip to content

Commit

Permalink
wip: Support OEM systemd-sysext images and Flatcar extensions
Browse files Browse the repository at this point in the history
TODO: changelog
  • Loading branch information
pothos committed Jul 27, 2023
1 parent 254e4c7 commit 3228c2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="c6f566d47d8949632f7f43871eb8d5c625af3209" # flatcar-master
CROS_WORKON_COMMIT="5ebd18bba5163ee9c1d0d4db2218d53c12f8a807" # TODO: flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down Expand Up @@ -102,6 +102,11 @@ src_install() {
insinto /usr/share/dbus-1/system.d
doins com.coreos.update1.conf

insinto /usr/share/update_engine
doins src/update_engine/update_metadata.proto
exeinto /usr/share/update_engine
doexe decode_payload

# Install rule to remove old UpdateEngine.conf from /etc
dotmpfiles "${FILESDIR}"/update-engine.conf
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="cc0fdec0cc6c5692acac95a928984ea8a5eb8f08" # flatcar-master
CROS_WORKON_COMMIT="9aa0a0d2e4c763b3ab9fbbff13ad4229746e6697" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 3228c2a

Please sign in to comment.