aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk.bbclass
blob: f64a911b72c884e62addc04d681bf362d9850c70 (plain)
1
2
3
4
5
6
7
# The majority of populate_sdk is located in populate_sdk_base
# This chunk simply facilitates compatibility with SDK only recipes.

inherit populate_sdk_base

addtask populate_sdk after do_install before do_build
ter/ycl_selftest OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/files/deploydir_readme.txt
blob: 97ec1855f5d9ba1846ce9cf08043ebcffeb8ddde (plain)
1
2
3
4
5
6
7
8
Files in the deploy directory will not be re-created automatically if you
delete them. If you do delete a file, you will need to run:

  bitbake -c clean TARGET
  bitbake TARGET

where TARGET is the name of the appropriate package or target e.g.
"virtual/kernel" for the kernel, an image, etc.