-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #812 from YoeDistro/kraj/master
Update layers and default logo in psplash to yoe logo
- Loading branch information
Showing
18 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-clang
updated
2 files
+100 −0 | conf/nonclangable.conf | |
+1 −0 | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb |
Submodule meta-freescale
updated
35 files
Submodule meta-intel
updated
8 files
Submodule meta-openembedded
updated
134 files
Submodule meta-qcom
updated
19 files
Submodule meta-qt5
updated
3 files
+345 −0 | recipes-qt/qt5/qtbase/0026-qsql_odbc-Patch-for-CVE-2023-24607.patch | |
+1 −0 | recipes-qt/qt5/qtbase_git.bb | |
+4 −0 | recipes-qt/qt5/qttools_git.bb |
Submodule meta-raspberrypi
updated
2 files
+1 −0 | conf/machine/include/rpi-base.inc | |
+4 −4 | kas-poky-rpi.yml |
Submodule meta-rockchip
updated
1 files
+1 −1 | recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend |
Submodule meta-ti
updated
17 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...yoe/dynamic-layers/variscite-bsp/recipes-bsp/u-boot-variscite/u-boot-variscite/nologo.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_VIDEO_LOGO = n |
1 change: 1 addition & 0 deletions
1
...ces/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite/nologo.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_LOGO = n |
1 change: 1 addition & 0 deletions
1
...ces/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
SRC_URI += "file://overlayfs.cfg" | ||
SRC_URI += "file://nologo.cfg" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
SPLASH_IMAGES:yoe = "file://psplash-yoe.png;outsuffix=default" |