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

update layers and switch meta-atmel to master upstream #197

Merged
merged 4 commits into from
Aug 9, 2019
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
[submodule "sources/meta-atmel"]
path = sources/meta-atmel
url = https://github.com/YoeDistro/meta-atmel
branch = yoe/master
branch = master
[submodule "sources/meta-clang"]
path = sources/meta-clang
url = https://github.com/YoeDistro/meta-clang
Expand Down
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-atmel
Submodule meta-atmel updated 73 files
+29 −20 README
+1 −1 conf/distro/poky-atmel.conf
+1 −0 conf/layer.conf
+1 −0 conf/machine/at91sam9m10g45ek.conf
+1 −0 conf/machine/at91sam9rlek.conf
+1 −0 conf/machine/at91sam9x5ek-sd.conf
+1 −0 conf/machine/at91sam9x5ek.conf
+25 −0 conf/machine/sama5d2-icp-sd.conf
+1 −0 conf/machine/sama5d2-ptc-ek-sd.conf
+1 −0 conf/machine/sama5d2-ptc-ek.conf
+1 −0 conf/machine/sama5d2-xplained-emmc.conf
+1 −0 conf/machine/sama5d2-xplained-sd.conf
+1 −0 conf/machine/sama5d2-xplained.conf
+2 −2 conf/machine/sama5d27-som1-ek-sd.conf
+1 −0 conf/machine/sama5d3-xplained-sd.conf
+1 −0 conf/machine/sama5d3-xplained.conf
+1 −0 conf/machine/sama5d3xek.conf
+1 −0 conf/machine/sama5d4-xplained-sd.conf
+1 −0 conf/machine/sama5d4-xplained.conf
+1 −0 conf/machine/sama5d4ek.conf
+2 −0 dynamic-layers/qt4-layer/recipes-qt4/images/atmel-qt4e-demo-image.bb
+1 −5 dynamic-layers/qt5-layer/recipes-qt/apps/applicationlauncher.inc
+6 −3 dynamic-layers/qt5-layer/recipes-qt/apps/applicationlauncher_git.bb
+3 −3 dynamic-layers/qt5-layer/recipes-qt/apps/files/applicationlauncher_videoplayer.patch
+1 −1 dynamic-layers/qt5-layer/recipes-qt/apps/files/fs-overlay/etc/mchp_qtdemo
+38 −0 dynamic-layers/qt5-layer/recipes-qt/apps/homeautomation_git.bb
+1 −1 dynamic-layers/qt5-layer/recipes-qt/apps/qtviewplanes_1.0.bb
+1 −1 dynamic-layers/qt5-layer/recipes-qt/apps/spacetouch_1.0.bb
+0 −36 dynamic-layers/qt5-layer/recipes-qt/apps/videoplayer.inc
+0 −5 dynamic-layers/qt5-layer/recipes-qt/apps/videoplayer_1.8.bb
+4 −6 dynamic-layers/qt5-layer/recipes-qt/apps/videoplayer_git.bb
+1 −1 dynamic-layers/qt5-layer/recipes-qt/apps/wildwest_1.0.bb
+18 −3 dynamic-layers/qt5-layer/recipes-qt/images/atmel-qt5-demo-image.bb
+33 −22 dynamic-layers/qt5-layer/recipes-qt/qt5/files/0004-Provide-access-to-linuxfb-dri-fd-through-platform.patch
+6 −6 dynamic-layers/qt5-layer/recipes-qt/qt5/files/0005-Support-DRM-KMS-planes-in-linuxfb-DRM-backend.patch
+2 −2 dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+37 −0 licenses/MICROCHIP_FW
+1 −1 recipes-atmel/apps/files/atmel-qt-demo-init-v1.1
+13 −0 recipes-atmel/images/atmel-demo-image.inc
+15 −0 recipes-bsp/at91bootstrap/at91bootstrap-sam-ba_3.8.13.bb
+2 −0 recipes-bsp/at91bootstrap/at91bootstrap.inc
+2 −3 recipes-bsp/at91bootstrap/at91bootstrap_3.8.13.bb
+1 −1 recipes-bsp/at91bootstrap/at91bootstrap_git.bb
+0 −24 recipes-bsp/at91bootstrap/files/Add_-fno-builtin_to_CPPFLAGS_for_gcc7.patch
+0 −30 recipes-bsp/at91bootstrap/files/Creating-symlink-to-binary.patch
+0 −59 recipes-bsp/at91bootstrap/files/Remove-standard-includes.patch
+42 −39 recipes-bsp/dt-overlay-at91/dt-overlay-at91_git.bb
+1 −1 recipes-bsp/u-boot/files/envs/at91sam9x5ek-sd.txt
+1 −1 recipes-bsp/u-boot/files/envs/at91sam9x5ek.txt
+8 −0 recipes-bsp/u-boot/files/envs/sama5d2-icp-sd.txt
+18 −2 recipes-bsp/u-boot/files/envs/sama5d2-ptc-ek-sd.txt
+19 −3 recipes-bsp/u-boot/files/envs/sama5d2-ptc-ek.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d2-xplained-emmc.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d2-xplained-sd.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d27-som1-ek-sd.txt
+5 −3 recipes-bsp/u-boot/files/envs/sama5d3-xplained-sd.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d3-xplained.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d4-xplained-sd.txt
+4 −2 recipes-bsp/u-boot/files/envs/sama5d4-xplained.txt
+2 −2 recipes-bsp/u-boot/u-boot-at91_2019.04.bb
+1 −2 recipes-bsp/u-boot/u-boot-envs-atmel.inc
+4 −1 recipes-core/udev-at91/udev-rules-at91.bb
+2 −0 recipes-core/udev-at91/udev-rules-at91/ptc.rules
+1 −1 recipes-graphics/libplanes/libplanes_0.0.3.bb
+58 −27 recipes-kernel/linux/linux-at91-4.19/at91sam9/defconfig
+100 −19 recipes-kernel/linux/linux-at91-4.19/sama5/defconfig
+100 −19 recipes-kernel/linux/linux-at91-4.19/sama5d4/defconfig
+2 −3 recipes-kernel/linux/linux-at91_4.19.bb
+28 −0 recipes-kernel/linux/mchp-wireless-firmware_15.2.bb
+5 −0 recipes-multimedia/gstreamer1.0-plugins/gstreamer1.0-plugins-hantro_1.5.bb
+4 −4 recipes-multimedia/ptc_examples/ptc-examples_1.2.1.bb
+22 −0 recipes-utils/9bit/9bit_git.bb
+17 −0 recipes-utils/mpio/mpio_1.2.bb
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-riscv
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 31 files
+1 −1 meta/classes/meson.bbclass
+7 −0 meta/conf/distro/include/tcmode-default.inc
+0 −2 meta/recipes-bsp/grub/grub-efi_2.04.bb
+2 −0 meta/recipes-bsp/grub/grub2.inc
+1 −1 meta/recipes-connectivity/bluez5/bluez5.inc
+25 −0 meta/recipes-connectivity/inetutils/inetutils/fix-buffer-fortify-tfpt.patch
+1 −0 meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
+1 −1 meta/recipes-connectivity/ofono/ofono.inc
+1 −0 meta/recipes-devtools/apt/apt-package.inc
+1 −1 meta/recipes-devtools/elfutils/elfutils_0.176.bb
+0 −114 meta/recipes-devtools/llvm/llvm/0002-llvm-allow-env-override-of-exe-path.patch
+16 −15 meta/recipes-devtools/llvm/llvm/0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch
+38 −0 meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch
+5 −5 meta/recipes-devtools/llvm/llvm_git.bb
+0 −0 meta/recipes-devtools/python/python-scons-native_3.1.0.bb
+2 −2 meta/recipes-devtools/python/python-scons_3.1.0.bb
+0 −5 meta/recipes-devtools/python/python3-pbr_5.4.1.bb
+5 −0 meta/recipes-devtools/python/python3-pbr_5.4.2.bb
+23 −0 meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch
+1 −0 meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb
+2 −2 meta/recipes-gnome/libgudev/libgudev_233.bb
+3 −3 meta/recipes-graphics/mesa/libglu_9.0.1.bb
+4 −2 meta/recipes-graphics/mesa/mesa.inc
+6 −6 meta/recipes-graphics/xorg-lib/libx11-compose-data/0001-Drop-x11-dependencies.patch
+2 −2 meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb
+1 −1 meta/recipes-graphics/xorg-lib/libx11.inc
+0 −35 meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch
+45 −0 meta/recipes-graphics/xorg-lib/libx11/no-host-libtool.patch
+1 −1 meta/recipes-support/attr/attr.inc
+13 −11 meta/recipes-support/gpgme/gpgme/0007-python-Add-variables-to-tests.patch
+2 −2 meta/recipes-support/gpgme/gpgme_1.13.1.bb