You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow better maintainability I'm currently working on #244 . Next steps would be adding direct support for Raspberry Pi or TXT 4.0.
In my opinion the name ftcommunity-TXT is kinda locked on the TXT. We should find a new name!
just CFW? or ftcOS?
Feel free to suggest something new :)
Additionally we need a new repository structure: <OSNAME> will be replaced by the elected OS name
<OSNAME>: Here you can find the central BR2_EXTERNAL tree with all central apps, and a build infratructure to allow building for all platforms
<OSNAME>-platform-<PLATFORMNAME>: Here you can find the platform-specific files (defconfig, dtb, drivers, ...). The defconfig is always named <PLATFORMNAME>_defconfig
<OSNAME>-app-<APPNAME>: Just the app files. The app can use GNU Make, CMake, Python, ...
I'm not too sure how to migrate the existing repository, probably we will end up in something like filter-branch. Additionally we should decide on the future use of the ftcommunity-TXT repo. Originally the repo was forked from buildroot, so it contains full buildroot history... In my opinion we should archive this repo and start a whole new tree. Existing issues can be tranfered.
The text was updated successfully, but these errors were encountered:
I would propose to have a new slim core repo which includes your proposals and buildroot as submodules. This new repo should relate different repos with each other (e.g. the UI, the hardware and buildroot). That repo could be started from scratch (no filter-branches or similar).
To allow better maintainability I'm currently working on #244 . Next steps would be adding direct support for Raspberry Pi or TXT 4.0.
In my opinion the name
ftcommunity-TXT
is kinda locked on the TXT. We should find a new name!just
CFW
? orftcOS
?Feel free to suggest something new :)
Additionally we need a new repository structure:
<OSNAME>
will be replaced by the elected OS name<OSNAME>
: Here you can find the central BR2_EXTERNAL tree with all central apps, and a build infratructure to allow building for all platforms<OSNAME>-platform-<PLATFORMNAME>
: Here you can find the platform-specific files (defconfig, dtb, drivers, ...). The defconfig is always named<PLATFORMNAME>_defconfig
<OSNAME>-app-<APPNAME>
: Just the app files. The app can use GNU Make, CMake, Python, ...<OSNAME>-platform-<PLATFORMNAME>-app-<APPNAME>
: Platform-specific appsI'm not too sure how to migrate the existing repository, probably we will end up in something like filter-branch. Additionally we should decide on the future use of the ftcommunity-TXT repo. Originally the repo was forked from buildroot, so it contains full buildroot history... In my opinion we should archive this repo and start a whole new tree. Existing issues can be tranfered.
The text was updated successfully, but these errors were encountered: