Skip to content

Commit

Permalink
fix(examples): remove the examples directory and reference to it
Browse files Browse the repository at this point in the history
Let's leave it up to the yocto community to keep and maintain their own
examples.
  • Loading branch information
johannbg authored and haraldh committed Apr 21, 2021
1 parent ec4539c commit b37c90c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 235 deletions.
22 changes: 0 additions & 22 deletions README.cross
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,3 @@ documented in the dracut(8) man page.
For the Plymouth boot splash to be added to the initramfs image,
this gitlab PR is needed for Plymouth:
https://gitlab.freedesktop.org/plymouth/plymouth/merge_requests/72

Extensions to be used with Yocto
================================

examples/yocto/classes/dracut.bbclass:
Bitbake class for running dracut during the "do_rootfs" stage of
creating a distribution image and from the postinstall script of
a package. A kernel recipe needs this line to activate it:

inherit dracut

examples/yocto/postinst-intercepts/execute_dracut
The "intercept" script used during "do_rootfs" mentioned above.

examples/yocto/recipes/cross-compiler-ldd_git.bb
Package recipe for the cross-compiler-ldd script from the above link.

All the above three need to be added to a Yocto layer to their
proper locations.

They were tested on Yocto 2.7 with MACHINE="intel-core2-32" and
MACHINE="genericx86-64".
116 changes: 0 additions & 116 deletions examples/yocto/classes/dracut.bbclass

This file was deleted.

45 changes: 0 additions & 45 deletions examples/yocto/postinst-intercepts/execute_dracut

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions examples/yocto/recipes/cross-compiler-ldd_git.bb

This file was deleted.

0 comments on commit b37c90c

Please sign in to comment.