pengutronix / meta-ptx

Yocto layer for ptx-releated tools and distro
MIT License
10 stars 23 forks source link

barebox: remove recipe in favor of oe-core's one #159

Closed ejoerns closed 1 month ago

ejoerns commented 1 month ago

A barebox recipe is now part of poky/oe-core master: https://git.yoctoproject.org/poky/commit/?id=8ca1fd0b729a82a73324cfd70bd54f9818f72d1d

To avoid confusion, remove the (outdated) recipe here.

Note that switching from meta-ptx to the oe-core recipe requires some migration and care since the oe-core recipe differs in some aspects from the meta-ptx version. The most notable change is that barebox handling was moved to a class. Thus start your barebox recipe with

inherit barebox

now instead of including barebox.inc.