Commits on Source (26)
-
Jonas Höppner authored
BCS 746-000082
e0a1afd9 -
Jonas Höppner authored
BCS 746-000120
9af06fae -
Jonas Höppner authored
* Headers are not installed by default any more, so the -dev package was empty. Include_install and lib_install Makefile targets are additionally called, the include Makefile is patched t oalso install old and lapi subfolder BCS 746-000110
243a4006 -
Jonas Höppner authored
BCS 746-000110
cc5c0467 -
Jonas Höppner authored
ltp-guf-tests: * Add recipe * pull source rom guf gitlab repo * disable -Werror flags, a lot of warnings are treated as errors otherwise * add to guf-image-small and guf-image * New dependencies: libsdl, alsa-utils, libinput for audiotest, bball_sdl and fingerpaint_sdl libsdl: enable fbcon backend for sdl so direct framebuffer access does work BCS 746-000110 BCS 746-000114 BCS 746-000120
ab7455ce -
To be able to set the IMAGE_FSTYPE in the local.conf use the append mechanism in the image recipes.
39927414 -
* Add ALSA config asound.cfg from KuK image * add asound.state and set it to sensible defaults BCS 746-000115
937bc6c3 -
This commit adds the BlueZ 5.54 BlueTooth stack in the new packagegroup "guf-connectivity". BlueTooth support might require additional tools/packages for completely protocol / feature support later on.
aef0921c -
Norman Stetter authored
* The build servers run ubuntu 18.04 with python 3.6.x, while the CI builds use a 20.04 image with python 3.8.x .This leads to problems with the version of the pickle format used resulting in sstate-cache artifacts generated by the CI build being unusable by devs running bitbake on the build servers. To have compliant versions the CI docker container gets set to 18.04
02053412 -
Norman Stetter authored
* Copy bblayers.conf from manifest repo corresponding to arch of the selected MACHINE BCS 746-000133
7956eac9 -
Norman Stetter authored0407dc39
-
Norman Stetter authored
* Only look for supported architectures in meta-guf-* layers
7e8b014a -
Jonas Höppner authored
The append file in metafreescale has a mechanism to comment out some settings according to the selected features. Few of these defaults are now part of our weston.ini BCS 746-000133
c5178504 -
Jonas Höppner authored
* Needed for pointercal BCS 746-000087
7104b36b -
* Set service type to simple, so it immediatly forks off * Set 'Conflicts=getty@tty1' to stop framebuffer console before starting the demo * Add restart policy BCS 746-000142
9c2ca25c -
Jonas Höppner authored
* Increase layer priority to be higher then the one from meta-freescale * Adapt mesa append file, to change only for imx6 as this configs are done in meta-freescale for imx8, for now * move westen.ini to guf subfolder to give it higher priority then the weston.ini from meta-freescale ( which is in an imx subfolder)
7476c7fd -
Norman Stetter authored
* Adding the meta-freescale layer needs the user to accept Freescale's EULA. This is handled in the setup-environment script BCS 746-000133
b368533a -
Norman Stetter authored
* Use the cache for the prepare_environment stage only for the current pipeline, not as before based on changes to 'default.xml' as there a more files in the manifest repo that might change
00b49c40 -
Norman Stetter authored
* Don't fetch the whole remote because we already know which commit we want to check out
60ac875c -
Clemens Terasa authored
To have a common base of settings for all guf-image recipes add a guf-image.inc file and insert the common settings.
82b26432 -
Clemens Terasa authored
If the overlay created by the gfxml2tdo tool cannot be applied the `devicetree.dtb` will not be created. In this case the raw platform device tree should be appended to the kernel. However, there was a mix-up in the paths and the platform dtb was not found. Fix this by moving the $MOUNTPOINT variable to the cat command and remove it from the $DEVICETREE_APPEND_FILE in case of a successful overlay. BCS 746-000150
61392bac -
Fixes the output of systemd tools and gst-inspect as busybox-less seems to miss color or whatever support.
166f0731 -
Jonas Höppner authored
The bin folder was not installed as it goes into the tools package. Add this to the images.
24ae1447 -
Norman Stetter authored
* Add LLDPD package BCS 746-000134
f1809a5b -
Jonas Höppner authored
On the console we had wayland-egl as backend, which fails to render the colors correctly in the current setup. The wayland backend looks fine and was the default for the guf-show-demo anyway. So we set is as default. BCS 746-000133 BCS 746-000082
1a103351 -
Jonas Höppner authored
To keep guf-image image size OK, we probably don't want this in the normal image.
081e5f33
Showing
- .gitlab-ci-template.yml 4 additions, 6 deletions.gitlab-ci-template.yml
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- conf/layer.conf 1 addition, 1 deletionconf/layer.conf
- recipes-bsp/alsa-state/alsa-state.bbappend 5 additions, 0 deletionsrecipes-bsp/alsa-state/alsa-state.bbappend
- recipes-bsp/alsa-state/alsa-state/mx8/asound.conf 459 additions, 0 deletionsrecipes-bsp/alsa-state/alsa-state/mx8/asound.conf
- recipes-bsp/alsa-state/alsa-state/mx8/asound.state 42 additions, 0 deletionsrecipes-bsp/alsa-state/alsa-state/mx8/asound.state
- recipes-bsp/fng-install/files/gf-prepare-kernel.sh 2 additions, 2 deletionsrecipes-bsp/fng-install/files/gf-prepare-kernel.sh
- recipes-bsp/images/guf-image-extra.bb 67 additions, 0 deletionsrecipes-bsp/images/guf-image-extra.bb
- recipes-bsp/images/guf-image-minimal.bb 1 addition, 7 deletionsrecipes-bsp/images/guf-image-minimal.bb
- recipes-bsp/images/guf-image-small.bb 7 additions, 7 deletionsrecipes-bsp/images/guf-image-small.bb
- recipes-bsp/images/guf-image.bb 6 additions, 7 deletionsrecipes-bsp/images/guf-image.bb
- recipes-bsp/images/guf-image.inc 5 additions, 0 deletionsrecipes-bsp/images/guf-image.inc
- recipes-bsp/packagegroups/packagegroup-guf-connectivity.bb 16 additions, 0 deletionsrecipes-bsp/packagegroups/packagegroup-guf-connectivity.bb
- recipes-bsp/packagegroups/packagegroup-guf-multimedia.bb 1 addition, 0 deletionsrecipes-bsp/packagegroups/packagegroup-guf-multimedia.bb
- recipes-bsp/packagegroups/packagegroup-guf-qt5.bb 7 additions, 0 deletionsrecipes-bsp/packagegroups/packagegroup-guf-qt5.bb
- recipes-bsp/packagegroups/packagegroup-guf-small.bb 2 additions, 0 deletionsrecipes-bsp/packagegroups/packagegroup-guf-small.bb
- recipes-bsp/packagegroups/packagegroup-guf-tests.bb 1 addition, 0 deletionsrecipes-bsp/packagegroups/packagegroup-guf-tests.bb
- recipes-core/base-files/base-files/profile 0 additions, 5 deletionsrecipes-core/base-files/base-files/profile
- recipes-core/base-files/base-files/profile_d_alias.sh 3 additions, 0 deletionsrecipes-core/base-files/base-files/profile_d_alias.sh
- recipes-core/base-files/base-files/profile_d_qtenv.sh 5 additions, 0 deletionsrecipes-core/base-files/base-files/profile_d_qtenv.sh
recipes-bsp/images/guf-image-extra.bb
0 → 100644
recipes-bsp/images/guf-image.inc
0 → 100644