-
Notifications
You must be signed in to change notification settings - Fork 25
ostro-os: update to latest HEAD #20
base: master
Are you sure you want to change the base?
Commits on Oct 21, 2016
-
ostro-os: update to ostro-os master
Signed-off-by: Amarnath Valluri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f995ce5 - Browse repository at this point
Copy the full SHA f995ce5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9f86a8f - Browse repository at this point
Copy the full SHA 9f86a8fView commit details -
perf: Remove runtime dependency on "man"
Signed-off-by: Amarnath Valluri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33da572 - Browse repository at this point
Copy the full SHA 33da572View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 49b7cd4 - Browse repository at this point
Copy the full SHA 49b7cd4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fccfef2 - Browse repository at this point
Copy the full SHA fccfef2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6a5806e - Browse repository at this point
Copy the full SHA 6a5806eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bbdd277 - Browse repository at this point
Copy the full SHA bbdd277View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1410376 - Browse repository at this point
Copy the full SHA 1410376View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a0f0950 - Browse repository at this point
Copy the full SHA a0f0950View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b79c36d - Browse repository at this point
Copy the full SHA b79c36dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6e6d5d5 - Browse repository at this point
Copy the full SHA 6e6d5d5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c53972 - Browse repository at this point
Copy the full SHA 4c53972View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ebad303 - Browse repository at this point
Copy the full SHA ebad303View commit details