summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-chroot-setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-chroot-setup b/scripts/poky-chroot-setup
index d85c864da7..209efd6df4 100755
--- a/scripts/poky-chroot-setup
+++ b/scripts/poky-chroot-setup
@@ -27,4 +27,5 @@ echo "HAVE_TOUCHSCREEN=0" >> "$TARGET/etc/formfactor/machconfig"
27echo "DISPLAY_WIDTH_PIXELS=640" >> "$TARGET/etc/formfactor/machconfig" 27echo "DISPLAY_WIDTH_PIXELS=640" >> "$TARGET/etc/formfactor/machconfig"
28echo "DISPLAY_HEIGHT_PIXELS=480" >> "$TARGET/etc/formfactor/machconfig" 28echo "DISPLAY_HEIGHT_PIXELS=480" >> "$TARGET/etc/formfactor/machconfig"
29cp /etc/passwd "$TARGET/etc/passwd" 29cp /etc/passwd "$TARGET/etc/passwd"
30cp /etc/resolv.conf "$TARGET/etc/resolv.conf"
30touch "$TARGET/.pokychroot" 31touch "$TARGET/.pokychroot"