diff options
| author | unitexe <unitexe70@gmail.com> | 2026-04-18 21:48:39 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-04-18 21:48:39 -0500 |
| commit | c425efbea8068b60c5740685b4f7d2460c3d3ebe (patch) | |
| tree | 9a839427afd09bc89202968582210bd93b5655d3 | |
| parent | 39ff1c325ef02beb203e43fe93cf86ff7d358705 (diff) | |
Fix config fragment formatting
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg index fab066f..eba7b9e 100644 --- a/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg +++ b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg @@ -1,2 +1,2 @@ -CONFIG_LOGO_LINUX_CLUT224 = n -CONFIG_LOGO_YOCTO_800_X_480_CLUT224 = y +CONFIG_LOGO_LINUX_CLUT224=n +CONFIG_LOGO_YOCTO_800_X_480_CLUT224=y diff --git a/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg b/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg index 6c14a84..8ce0c8a 100644 --- a/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg +++ b/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg @@ -1,2 +1,2 @@ -CONFIG_LOGO_LINUX_CLUT224 = n -CONFIG_LOGO_YOCTO_1024_X_600_CLUT224 = y +CONFIG_LOGO_LINUX_CLUT224=n +CONFIG_LOGO_YOCTO_1024_X_600_CLUT224=y |
