summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-26 10:58:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-26 14:05:14 +0200
commit386818c25a8c39188ce339242c00e01819c87aa7 (patch)
treedc21b39b8f2695a48a515b68811cf072662a1ed4
parent7af477817d6407810a62e699f5c82742a4045330 (diff)
image: move the pixbuf loader update to rootfs creation
-rw-r--r--recipes/images/trdx-extra.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 20196af..6cce401 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -77,3 +77,7 @@ IMAGE_INSTALL += " \
"
# openssl-conf
# ntpclient
+
+do_rootfs_prepend () {
+ export NATIVE_ROOT=${STAGING_DIR_NATIVE}
+}