Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

ostro-os: update to latest HEAD #20

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2016

  1. ostro-os: update to ostro-os master

    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    f995ce5 View commit details
    Browse the repository at this point in the history
  2. meta-ostro-xt/upower: Rename upower bbappend

    In order to allow meta-oe layer updates, rename upower bbappend with more
    generic version.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    9f86a8f View commit details
    Browse the repository at this point in the history
  3. perf: Remove runtime dependency on "man"

    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    33da572 View commit details
    Browse the repository at this point in the history
  4. librealsense: Fix package QA warnings: 'No GNU_HASH in the elf binary:'

    Patched source to respect LDFLAGS.
    
    Patch submitted to meta-intel-relasense layer:
    IntelRealSense/meta-intel-realsense#4
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    49b7cd4 View commit details
    Browse the repository at this point in the history
  5. glmark2: Fix build errors by enabling c++ 11 features

    When build with gcc5, build was failing with errors:
    | ../src/image-reader.cpp: In member function 'bool PNGReader::init(const
    string&)':
    | ../src/image-reader.cpp:123:16: error: 'unique_ptr' in namespace 'std' does
    not name a template type
    |      const std::unique_ptr<std::istream>
    is_ptr(Util::get_resource(filename));
    |                 ^
    | ../src/image-reader.cpp:124:12: error: 'is_ptr' was not declared in this
    scope
    |      if (!(*is_ptr)) {
    |             ^
    | ../src/image-reader.cpp:149:57: error: 'is_ptr' was not declared in this
    scope
    |      png_set_read_fn(priv_->png, reinterpret_cast<void*>(is_ptr.get()),
    |                                                          ^
    | ../src/model.cpp: In member function 'bool Model::load_3ds(const string&)':
    | ../src/model.cpp:364:16: error: 'unique_ptr' in namespace 'std' does not name
    a template type
    |      const std::unique_ptr<std::istream>
    input_file_ptr(Util::get_resource(filename));
    |                 ^
    | ../src/model.cpp:365:31: error: 'input_file_ptr' was not declared in this
    scope
    |      std::istream& input_file(*input_file_ptr);
    |                                ^
    | ../src/model.cpp: In member function 'bool Model::load_obj(const string&)':
    | ../src/model.cpp:684:16: error: 'unique_ptr' in namespace 'std' does not name
    a template type
    |      const std::unique_ptr<std::istream>
    input_file_ptr(Util::get_resource(filename));
    |                 ^
    | ../src/model.cpp:685:30: error: 'input_file_ptr' was not declared in this
    scope
    |      std::istream& inputFile(*input_file_ptr);
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    fccfef2 View commit details
    Browse the repository at this point in the history
  6. tinymembench: Fix QA Issue: No GNU_HASH in the elf binary

    Patched Makefile to make use of LDFLAGS
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    6a5806e View commit details
    Browse the repository at this point in the history
  7. gstreamer-vaapi-1.0: Fallaback to v0.7.0

    As latest(v1.8.0) gstreamer-vaapi is having hard dependency on gstreamer-codecs
    which are part of bad plugins, we are falling back to old version.
    
    This is a temporary fix.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    bbdd277 View commit details
    Browse the repository at this point in the history
  8. backport-iwlwifi: Fix random build failure

    Randomly build fails with below error:
    
       Generating local configuration database from kernel ...make[1]: ***
       No rule to make target 'kernelversion'.  Stop.
       Kernel version parse failed!
       make: *** [Makefile:42: defconfig-iwlwifi-public] Error 1
    
    The reason for this failure is 'make defconfig-iwlwifi-public' in do_configure
    task trys to get 'kernelverison' from kernel scripts. Kernel scripts are
    generated by 'do_make_scripts'. The do_make_script is run before running
    do_compile. So at the time of do_configure, kernel sripts are not ready,
    hence 'make kernelversion' fails.
    
    This change moves 'make defconfig-iwlwifi-public' to do_comiple.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    1410376 View commit details
    Browse the repository at this point in the history
  9. ocl-icd: Disable manpage generation

    Manpage generation using(a2x) xmllint, which needs network to download custom xml DTD.
    Fails with below error:
    
    | a2x: executing: "xmllint" --nonet --noout --valid "/home/avalluri/ostro-os-xt/build/tmp-glibc/work/corei7-64-ostro-linux/ocl-icd/2.2.9-r0/ocl-icd-2.2.9/doc/libOpenCL.7.xml"
    |
    | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
    | /home/avalluri/ostro-os-xt/build/tmp-glibc/work/corei7-64-ostro-linux/ocl-icd/2.2.9-r0/ocl-icd-2.2.9/doc/libOpenCL.7.xml:2: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
    | D DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
    |                                                                                ^
    
    Patched configure.ac to add config option to enable/disable document generation.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    a0f0950 View commit details
    Browse the repository at this point in the history
  10. ostro-xt-supported-recipes: New reicpes to support SVG image

    Commit 920baaa6eb4c5094b7fe36736c598badf43350dc on oe-core added 'libsrvg-gtk'
    dependency to packagegroup-xfce-base.bb, to support viewing of svg images.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    b79c36d View commit details
    Browse the repository at this point in the history
  11. linux-firmware_git: Drop the local change

    The changes of this bbappend have been applied on oe-core. Hence this change is
    not needed anymore.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    6e6d5d5 View commit details
    Browse the repository at this point in the history
  12. ant-native: Fix random build failure

    Due to lack of task dependency between 'do_removebinaries' and 'do_removecruft'
    when both run parallelly sometimes, 'find' in do_removebinaries referring on directories
    that sare already removed by do_removecruft.
    
    This change makes sure that both tasks execute sequentially.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    4c53972 View commit details
    Browse the repository at this point in the history
  13. linux-yocto: fix do_patch failure due to lack of git config

    This issue been addressed in oecore here:
    http://lists.openembedded.org/pipermail/openembedded-core/2016-October/127230.html
    
    Till we take 25b43cb05c645e43f96bc18906441b8fdc272228 from oecore, this is a
    temporary fix to whitelist and pass git committer environment to do_patch task.
    
    Signed-off-by: Amarnath Valluri <[email protected]>
    avalluri committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    ebad303 View commit details
    Browse the repository at this point in the history