From 7e084e284a7107675045c7fc2d3ffbb12ce9373a Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 10 Aug 2023 15:24:16 +0200 Subject: [PATCH] overlay sys-kernel/coreos-firmware: clear MY_COMMIT Now that the new version is not a snapshot but an official release, we need to remove MY_COMMIT, so that the ebuild actually builds the release 20230804. --- .../sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild index a14b76a9a3..284558bbf4 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild @@ -10,7 +10,7 @@ inherit linux-info savedconfig # In case this is a real snapshot, fill in commit below. # For normal, tagged releases, leave blank -MY_COMMIT="59fbffa9ec8e4b0b31d2d13e715cf6580ad0e99c" +MY_COMMIT="" # Flatcar: use linux-firmware instead of ${PN}, coreos-firmware to avoid naming conflicts. if [[ ${PV} == 99999999* ]]; then