On Tue, Feb 14, 2017 at 2:42 PM, 'Matt Mathis' via CoreOS Dev <[email protected]> wrote: > Thank you! > > Does COREOS_SOURCE_REVISION need to be monotonic (within the kernel > version), or just not match any recently cached versions? If I never plan > to build a stock kernel, is it risky to stomp on future versions from > coreos?
The value of COREOS_SOURCE_REVISION doesn't really matter as long as it matches a coreos-sources ebuild file. When your coreos-kernel and coreos-modules ebuilds have newer versions than the stock CoreOS ebuilds, they will be built and pull in whatever coreos-sources revision you specified as a dependency. Thanks. David
