-
Notifications
You must be signed in to change notification settings - Fork 14
Raspberry PI
Started playing with building an image for RPI using this meta layer, https://github.com/djwillis/meta-raspberrypi
So far I run into these issues:
-
libav: the layer has a bbappend, but we do not have (do not need) the recipe, so have to BBMASK it in guacamayo.conf
-
rpi-zram-service: this is a systemd package; we need to repackage that as rpi-zram-service-systemvinit and and then BBMASK the original (the repacking should be trivial to do; it's just a shell script).
-
gst plugins fail to compile with gcc 4.6.3 from poky,
I think we need this patch http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00381.html (the source file this patches lives under tmp/work-shared, took me for ever to find)the patch does not fix the problem, perhaps some other bit of the arm.md file needs also updating along similar lines.