From 266f988344d7abbe1a1921caaa813061fc56aa0e Mon Sep 17 00:00:00 2001 From: Robert Danitz Date: Wed, 14 Jun 2017 11:54:58 +0200 Subject: adds two versions of a random, seeded big file --- recipes-test/big-update/big-update_2.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-test/big-update/big-update_2.0.bb (limited to 'recipes-test/big-update/big-update_2.0.bb') diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb new file mode 100644 index 0000000..6d32557 --- /dev/null +++ b/recipes-test/big-update/big-update_2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Example Package with 12MB of random, seeded content" +LICENSE = "CLOSED" + +SRC_URI = "file://rand_file.py" + +FILES_${PN} = "/usr/lib/big-update" + +do_install() { + install -d ${D}/usr/lib/big-update + python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) +} -- cgit v1.2.3-54-g00ecf