summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-extra.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-11 23:00:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:26 +0200
commit00d7aebb2e05e35e83c9735acb48365434c0aebd (patch)
tree17e3e2140d7349b938ef55e397c4296063395b79 /recipes/images/trdx-extra.inc
parent4934889f263346e9821533c4e1cc159e77b7dacc (diff)
images: update to comply with V2.3 / daisy
Set image version to V2.3 do_rootfs is now written in python, so no appends with shell scripts. Replace appends with new tasks. Set the default systemd target on images that launch X as this is no longer the default. Remove the unneeded LIC_FILES_CHKSUM
Diffstat (limited to 'recipes/images/trdx-extra.inc')
-rw-r--r--recipes/images/trdx-extra.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index b933359..42f5771 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -144,7 +144,3 @@ IMAGE_INSTALL += " \
"
# openssl-conf
# ntpclient
-
-do_rootfs_prepend () {
- export NATIVE_ROOT=${STAGING_DIR_NATIVE}
-}