I've made recent comments on the Raspberry Pi firmware and on the first run script included in meta-raspberrypi. As I've not really got a definitive answer on either I thought I'd send in patches for review.
The patch for bootfiles and vc-graphics doesn't reduce the amount we need to fetch but it does make it easier to override the firmware source to a local clone or an archive. If there's no need for vc-graphics any more and the userland recipe satisfies everyone's use cases maybe this is redundant and vc-graphics should just be removed? Paul Barker (2): rpi-first-run-wizard: remove bootfiles, vc-graphics: consolidate SRC_URI and S variables recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 6 +- recipes-bcm/common/firmware.inc | 3 + recipes-bcm/vc-graphics/vc-graphics.inc | 9 +- recipes-extra/startup/rpi-first-run-wizard.bb | 37 --- recipes-extra/startup/rpi-first-run-wizard/LICENSE | 339 --------------------- .../rpi-first-run-wizard/first-run-wizard.sh | 213 ------------- .../startup/rpi-first-run-wizard/rc.firstrun | 73 ----- .../startup/rpi-first-run-wizard/rpi_startup.sh | 6 - 8 files changed, 9 insertions(+), 677 deletions(-) delete mode 100644 recipes-extra/startup/rpi-first-run-wizard.bb delete mode 100644 recipes-extra/startup/rpi-first-run-wizard/LICENSE delete mode 100644 recipes-extra/startup/rpi-first-run-wizard/first-run-wizard.sh delete mode 100644 recipes-extra/startup/rpi-first-run-wizard/rc.firstrun delete mode 100644 recipes-extra/startup/rpi-first-run-wizard/rpi_startup.sh -- 1.8.2.2 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
