This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Commit 1 disabled RTTI when compiling snappy. This means any program using libsnappy won't be able to inherit classes defined by the library. Especially, this broke snappy support in Ceph. 2 As the snappy team refused to re-enable RTTI, most distributions are patching snappy downstream to maintain support with applications using it.
This adds a patch to re-enable building snappy with RTTI.
Commit 1 disabled RTTI when compiling snappy. This means any program using libsnappy won't be able to inherit classes defined by the library. Especially, this broke snappy support in Ceph. 2 As the snappy team refused to re-enable RTTI, most distributions are patching snappy downstream to maintain support with applications using it.
This adds a patch to re-enable building snappy with RTTI.