populate_sdk.bbclass 291 B

12345678910111213
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. # The majority of populate_sdk is located in populate_sdk_base
  7. # This chunk simply facilitates compatibility with SDK only recipes.
  8. inherit populate_sdk_base
  9. addtask populate_sdk after do_install before do_build