Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master updates #78

Merged
merged 4 commits into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions conf/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,31 @@ ACCEPT_FSL_EULA = "1"
# required for Qualcomm stuff to build
ACCEPT_EULA = "1"

# components whose licensing have commercial distribution impact
#
# required to build netperf
LICENSE_FLAGS_WHITELIST_append = " non-commercial_netperf "
# chromium
LICENSE_FLAGS_WHITELIST_append = " commercial_ffmpeg commercial_x264 "
# vlc
LICENSE_FLAGS_WHITELIST_append = " commercial_mpeg2dec "
# mpd
LICENSE_FLAGS_WHITELIST_append = " commercial_mpg123 "
# libmad
LICENSE_FLAGS_WHITELIST_append = " commercial_libmad "
# gstreamer1.0-libav
LICENSE_FLAGS_WHITELIST_append = " commercial_gstreamer1.0-libav "
# gstreamer1.0-omx
LICENSE_FLAGS_WHITELIST_append = " commercial_gstreamer1.0-omx "
# omapfbplay
LICENSE_FLAGS_WHITELIST_append = " commercial_lame "
# libomxil
LICENSE_FLAGS_WHITELIST_append = " commercial_libomxil "
# xfce
LICENSE_FLAGS_WHITELIST_append = " commercial_packagegroup-xfce-multimedia commercial_xfce4-mpc-plugin"
LICENSE_FLAGS_WHITELIST_append = " commercial_xfmpc commercial_mpd "
LICENSE_FLAGS_WHITELIST_append = " commercial_mpv "
# epiphany
LICENSE_FLAGS_WHITELIST_append = " commercial_faad2 "
# gstreamer ugly plugins
LICENSE_FLAGS_WHITELIST_append = " commercial_gstreamer1.0-plugins-ugly "
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-browser
2 changes: 1 addition & 1 deletion sources/meta-odroid
2 changes: 1 addition & 1 deletion sources/meta-qcom
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 62 files
+1 −1 meta/classes/gobject-introspection.bbclass
+1 −1 meta/classes/icecc.bbclass
+5 −0 meta/classes/image.bbclass
+1 −1 meta/classes/insane.bbclass
+1 −3 meta/classes/libc-package.bbclass
+10 −10 meta/classes/uboot-sign.bbclass
+5 −3 meta/classes/waf.bbclass
+1 −1 meta/conf/distro/include/tclibc-glibc.inc
+3 −2 meta/lib/oe/utils.py
+7 −6 meta/lib/oeqa/selftest/cases/eSDK.py
+3 −7 meta/lib/oeqa/selftest/cases/oelib/path.py
+4 −0 meta/lib/oeqa/selftest/cases/oelib/utils.py
+20 −12 meta/lib/oeqa/selftest/cases/runqemu.py
+2 −1 meta/lib/oeqa/utils/buildproject.py
+2 −2 meta/lib/oeqa/utils/qemurunner.py
+3 −2 meta/lib/oeqa/utils/targetbuild.py
+3 −3 meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
+3 −1 meta/recipes-core/glib-2.0/glib.inc
+9 −6 meta/recipes-core/glibc/glibc-locale.inc
+3 −1 meta/recipes-core/libxml/libxml2_2.9.8.bb
+3 −2 meta/recipes-core/util-linux/util-linux.inc
+14 −75 meta/recipes-devtools/autoconf/autoconf/AC_HEADER_MAJOR-port-to-glibc-2.25.patch
+0 −1 meta/recipes-devtools/gdb/gdb-8.2.inc
+0 −29 meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
+3 −1 meta/recipes-devtools/mtools/mtools_4.0.19.bb
+0 −1 meta/recipes-devtools/python/python3-native_3.5.6.bb
+0 −38 meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
+0 −2 meta/recipes-devtools/python/python3_3.5.6.bb
+2 −2 meta/recipes-devtools/ruby/ruby_2.5.3.bb
+2 −2 meta/recipes-devtools/tcltk/tcl_8.6.9.bb
+13 −0 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
+10 −5 meta/recipes-extended/at/at/fix_parallel_build_error.patch
+24 −16 meta/recipes-extended/at/at/pam.conf.patch
+3 −3 meta/recipes-extended/at/at_3.1.23.bb
+32 −68 meta/recipes-extended/cpio/cpio-2.12/0001-Fix-segfault-with-append.patch
+15 −14 meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
+0 −6 meta/recipes-extended/cups/cups_2.2.8.bb
+6 −0 meta/recipes-extended/cups/cups_2.2.9.bb
+1 −1 meta/recipes-extended/mdadm/files/0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch
+1 −1 meta/recipes-extended/mdadm/files/0001-include-sys-sysmacros.h-for-major-minor-defintions.patch
+1 −1 meta/recipes-extended/mdadm/files/0001-mdadm.h-Undefine-dprintf-before-redefining.patch
+1 −1 meta/recipes-extended/mdadm/files/0005-Add-a-comment-to-indicate-valid-fallthrough.patch
+5 −2 meta/recipes-extended/sudo/sudo.inc
+2 −2 meta/recipes-extended/sudo/sudo_1.8.26.bb
+2 −2 meta/recipes-extended/sysstat/sysstat_12.1.1.bb
+14 −14 ...ecipes-gnome/gobject-introspection/gobject-introspection/0001-Port-cross-compilation-support-to-meson.patch
+1 −1 .../gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
+66 −0 meta/recipes-gnome/gobject-introspection/gobject-introspection/0010-meson-add-option-gir-dir-prefix.patch
+1 −0 meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.1.bb
+52 −31 meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
+69 −0 meta/recipes-graphics/piglit/piglit/format-fix.patch
+3 −2 meta/recipes-graphics/piglit/piglit_git.bb
+12 −9 meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+0 −35 ...gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch
+0 −27 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch
+0 −22 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb
+18 −0 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
+1 −1 meta/recipes-support/gnutls/gnutls_3.6.4.bb
+2 −2 meta/recipes-support/libevdev/libevdev_1.6.0.bb
+34 −0 meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch
+1 −0 meta/recipes-support/nss/nss_3.40.bb
+35 −11 scripts/contrib/patchreview.py