Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

swupd-client: define OstroXT's default URLs #8

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append = " \
file://ostroprojectorg.key \
"
SWUPD_VERSION_URL ?= "https://download.ostroproject.org/updates/ostro-os-xt/milestone/intel-corei7-64/ostro-xt-image-swupd"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rojkov We don't plan to update ostro-os so can you please add the changes in http://git.yoctoproject.org/cgit/cgit.cgi/meta-swupd/commit/?h=pre-sstate&id=606ce9e8e266465619e552489425c7e1a15bec39 here too?

SWUPD_CONTENT_URL ?= "https://download.ostroproject.org/updates/ostro-os-xt/milestone/intel-corei7-64/ostro-xt-image-swupd"

do_install_append () {
install -d ${D}${datadir}/clear/update-ca
Expand Down