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
commit2dd8f84040668f9e07250f46393deae034694a87 (patch)
treec8c45e738b908e8422fca776777945f387ddb1b5 /recipes/images/trdx-extra.inc
parent5c86ffd3bbdedeed92b32ea63b2f9835b373bd20 (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}
-}