# ================================ # meta-leahi override for psplash # ================================ # This bbappend disables vendor logo lookups that cause checksum errors. # It ensures psplash won't look for missing logo.png variants (ely, ccimx8mm, mx8m, etc.) # Remove all possible logo files from SRC_URI SRC_URI:remove = "file://logo.png" SRC_URI:remove = "file://*/logo.png" # Disable automatic splash image substitution logic SPLASH_IMAGES = "" # Prevent build from trying to use psplash if you already removed it from IMAGE_INSTALL # (optional but harmless) PACKAGECONFIG:remove = "psplash"