libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.7k stars 288 forks source link

Lakka-v5.x : Add distroconfig.gpi2w.txt to GPICase/Pi02GPi image #1944

Closed ShigeakiAsai closed 3 months ago

ShigeakiAsai commented 3 months ago

Add distroconfig.gpi2w.txt to GPICase/Pi02GPi images for Lakka-v5.x

This PR is related to #1909. Current GPICase/Pi02GPi image is for GPiCASE(1st gen). It is not include the setting file for GPiCASE2W(3rd gen). Therefore, it adds the setting file for GPiCASE2W into GPICase/Pi02GPi images.

And a small bug fix in current Pi02GPi's distroconfig.txt


modified : 2 files , added : 2 file

  1. packages/tools/bcm2835-bootloader/package.mk When device is GPICase or Pi02GPi, it does following 2 things. - it copyes "distroconfig.gpi2w.txt" file to ${INSTALL}/usr/share/bootloader folder - it adds "#include distroconfig.gpi2w.txt" into ${INSTALL}/usr/share/bootloader/config.txt file

  2. projects/RPi/devices/GPICase/config/distroconfig.gpi2w.txt It is distroconfig.txt for GPiCASE2W. (Same as 3.'s file)

  3. projects/RPi/devices/Pi02GPi/config/distroconfig.gpi2w.txt It is distroconfig.txt for GPiCASE2W. (Same as 2.'s file)

  4. projects/RPi/devices/Pi02GPi/config/distroconfig.txt A small bug fix, wrong place EOF. NG) boot_delay=0[EOF]] Fix) boot_delay=0\n[EOF]]


Confirmation


Thanks. ASAI, Shigeaki

ShigeakiAsai commented 3 months ago

I confirmed that GPICase/Pi02GPi images include distroconfig.gpi2w.txt file, and '#include distroconfig.gpi2w.txt' describing in config.txt file.


Thanks ASAI, Shigeaki