need help for extending libreElec

  • it is easier to update and you can add autostart etc there too

    Hm, the only subject of change is the python version.

    Is the python version available to scripts in package.mk?

    Then I could change the python3.8 directory and remove version number from name.

    Copy could use a variable python version.

    ... but - interested uses have to change dtb file anyway, so I can't offer a pnp-package.

  • I am not sure if this can't get automated, maybe knaerzche knows.

    After (hopefully short after) final LE10 is released and I (or someone else) has enough time to test everything Rockchip project will (finally) switch to mainline u-boot where we can use device tree overlays (they'll make it possible to inject stuff to device trees)

  • from my perspective this should be a addon, ...


    ... if you need help just ask

    I looked at the provides link, but I don't understand anything!

    It was hard to figure out to provide a "simple" package, but it is completely impossible to figure out how to create an addon. At least for me.

    I read packages/readme and skimmed package and addon templates and looked at some addon packages ...

    I only have some plain textfiles, which I'd like to copy to certain location of the fs-image. Mostly to /usr/bin or /usr/lib but I'd like to put some files in .config directory too.

    It looks like addons are created completely different from standard packages.

    I guess I need some background info about the complete picture.