Signed-off-by: Naveen Saini <[email protected]> --- README | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/README b/README index fef16673..8dec1e66 100644 --- a/README +++ b/README @@ -151,6 +151,16 @@ a BSP tarball at the top level of your yocto build tree, you can equivalently check out the appropriate branch from the meta-intel repository at the same location. +intel-mediasdk +++++++++++++++ +IntelĀ® Media SDK currently hosted using git-lfs. The git-lfs setup is required +in order to build the intel-mediasdk package successfully. To setup git-lfs, +information can be found at https://github.com/git-lfs/git-lfs/wiki/Installation +Once git-lfs setup is done. Add below to local.conf file: + + HOSTTOOLS_NONFATAL += "git-lfs" + + b. Booting the intel-common BSP images -------------------------------------- -- 2.17.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
