diff options
| author | cajun-rat <p@beta16.co.uk> | 2017-07-05 14:50:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-05 14:50:37 +0200 |
| commit | 00dc1fef0667ab640ad6bd688e4737309b000358 (patch) | |
| tree | c9e4c89bce12a81ddd364b2676c8a005fff725dd /recipes-test/big-update/big-update_1.0.bb | |
| parent | b0d9d7018502a29f062895f853efd41e7b760d5a (diff) | |
| parent | 69a0db9291725b1ddfa643dc00d6d2f1bf6c5caf (diff) | |
| download | meta-updater-00dc1fef0667ab640ad6bd688e4737309b000358.tar.gz | |
Merge pull request #101 from advancedtelematic/feat/mergemorty
Merge current progress from morty to pyro
Diffstat (limited to 'recipes-test/big-update/big-update_1.0.bb')
| -rw-r--r-- | recipes-test/big-update/big-update_1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-test/big-update/big-update_1.0.bb b/recipes-test/big-update/big-update_1.0.bb new file mode 100644 index 0000000..78852a9 --- /dev/null +++ b/recipes-test/big-update/big-update_1.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Example Package with 10MB of random, seeded content" | ||
| 2 | LICENSE = "CLOSED" | ||
| 3 | |||
| 4 | SRC_URI = "file://rand_file.py" | ||
| 5 | |||
| 6 | FILES_${PN} = "/usr/lib/big-update" | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | install -d ${D}/usr/lib/big-update | ||
| 10 | python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 10M) | ||
| 11 | } | ||
