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.
This commit is contained in:
Dongsu Park 2023-08-10 15:24:16 +02:00
parent 37f24a7793
commit 7e084e284a

View File

@ -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