Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
1. Integrate OpenVINO 2020.1 release
Browse files Browse the repository at this point in the history
2. VCAC-A node OS upgrade to ubuntu 18.04 to align with OpenVINO
3. VCAC-A node kernel upgrade to 4.19.87 to fix  CVE vulnerabilities
4. Upgrade MSS to 2019R1 HF3 and upgrade OCL 19.41.14441 to to align with OpenVINO 2020.1 release.
5. Add NFD support
  • Loading branch information
yuyinzhx committed Feb 14, 2020
1 parent 90c5abb commit 12c74f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VCAC-A/Intel_Media_Analytics_Host/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ build_kernel_and_modules() {
# apply modules patch
[ ${NO_CLEAN} -eq 0 ] && _extract_tgz "${MODULES_PATCH_ARCHIVE}" "${_MODULES_PATCH_DIR}"
[ ${NO_CLEAN} -eq 0 ] && _apply_patch_git "${_MODULES_DIR}" "${_MODULES_PATCH_DIR}" "${MODULES_SRC_NAME}"

# build kernel
rm -rf ${_HOST_PKG_DIR}/kernel*.rpm || die "Failed to remove previous kernel rpms"

Expand All @@ -462,7 +463,7 @@ build_kernel_and_modules() {

_copy /root/rpmbuild/SRPMS/vcass-modules*.rpm ${_HOST_PKG_DIR}
_copy /root/rpmbuild/RPMS/x86_64/vcass-modules*.rpm ${_HOST_PKG_DIR}

debug ${DEBUG_LEVEL} "-- build_kernel_and_modules"
}

Expand Down Expand Up @@ -496,7 +497,6 @@ build_vcaa_daemon() {
BOOST_ROOT=${_DAEMON_DIR}/${BOOST_NAME} OS=CENTOS WORKSPACE=/tmp/tmp-test PKG_VER=2.7.3 MODULES_SRC=../modules/ ${_DOWNLOAD_DIR}/VCAC-SW-VCAC-A_R2/apps/generate_apps.sh
_copy /tmp/tmp-test/daemon-vca*.rpm ${_HOST_PKG_DIR}


debug ${DEBUG_LEVEL} "-- build_vcaa_daemon"
}

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion VCAC-A/Intel_Media_Analytics_Node/scripts/vcad_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ readonly OPENVNO_DATE="2020.1.023"
readonly OPENVNO_NAME="l_openvino_toolkit_p_$OPENVNO_DATE.tgz"
readonly OPENVNO_LINK="http://registrationcenter-download.intel.com/akdlm/irc_nas/16345/${OPENVNO_NAME}"

readonly KERNEL_PATCH_ARCHIVE="${TAR_DIR}/k4.19.87_patch.tar.gz"
readonly KERNEL_PATCH_ARCHIVE="${TAR_DIR}/ubuntu18.04_kernel4.19.87_patch.tar.gz"
readonly MODULES_PATCH_ARCHIVE="${TAR_DIR}/vcass-modules-4.19-patch.tar.gz"

readonly VCAA_DOCKER_NAME="vcaa/ubuntu-18.04-test"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 12c74f5

Please sign in to comment.