[Docs] Correct build description for Fedora/RHEL/SUSE in README#2014
Open
XinfengZhang wants to merge 1 commit into
Open
[Docs] Correct build description for Fedora/RHEL/SUSE in README#2014XinfengZhang wants to merge 1 commit into
XinfengZhang wants to merge 1 commit into
Conversation
README claimed most OSVs like RHEL/SUSE/fedora use the default Full Feature Build. That is inaccurate: Fedora and RHEL(EPEL) ship the Free Kernel Build (packaged as intel-media-driver-free) without the closed-source kernels and H.26x codec support, and offer the Full Feature Build only through third-party repositories (e.g. RPM Fusion non-free) or Intel's own graphics repository. Drop the wrong claim from the Full Feature bullet and describe the actual packaging on the Free Kernel bullet. Fixes: intel#1858 Signed-off-by: Carl.Zhang <carl.zhang@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The README claimed that most OSVs like RHEL/SUSE/fedora use the default
Full Feature Build. That is inaccurate: Fedora and RHEL (EPEL) ship the
Free Kernel Build, packaged as
intel-media-driver-free, which excludesthe closed-source media kernels (and therefore H.26x codec support). The
Full Feature Build is only available there through third-party repositories
(e.g. RPM Fusion non-free) or Intel's own graphics repository.
This drops the incorrect claim from the Full Feature Build bullet and
describes the actual packaging on the Free Kernel Build bullet.
Issue
Fixes #1858
Notes
Documentation-only change. SUSE is intentionally not called out with a
specific claim since its default build configuration was not verified; the
Ubuntu/Debian package split (
intel-media-va-driver/intel-media-va-driver-non-free) is already documented in the followingparagraph and is left unchanged.