summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/devimage
ModeNameSize
-rw-r--r--.mtn2git_empty0logplain
-rw-r--r--devimage.sh242logplain
-rw-r--r--dropbear_rsa_host_key426logplain
-rw-r--r--passwd25logplain
9d80765b8315f79a4'>runqemu: Replace use of ifconfig with ipKhem Raj1 ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 package and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with ip utility Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-06-08runqemu-ifup: enable arp proxyingScott Garman1 This allows core-image-sato to access the WAN. Thanks to Dexuan Cui for proposing this fix. Fixes [YOCTO #2329] Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-05-03runqemu: Fix TAP='TUNSETGROUP: Invalid argument' by falling back to tunctl -uJason Wessel1 By default the runqemu script tries to set the group permissions on any tap device it creates. The TUNSETGROUP ioctl is not implemented on some popular host enterprise linux distributions. Internally the script will exit as follows: ++ /opt/qemux86/bitbake_build/tmp/sysroots/x86_64-linux/usr/bin/tunctl -b -g 100 + TAP='TUNSETGROUP: Invalid argument' + STATUS=1 + '[' 1 -ne 0 ']' + echo 'tunctl failed:' tunctl failed: + echo TUNSETGROUP: Invalid argument This patch implements a fallback to using the userid as the owner of the tap device which is supported by all 2.6 kernels, the default remains to try and use the groupid first. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-04-25runqemu-ifup: enable ip masquerading for QEMU NAT addressesScott Garman1 Fix the IP masquerading settings so that networked QEMU sessions can reach external networks. This is a partial fix for [YOCTO #2329]. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-12-12scripts/runqemu-ifup: Ensure netmask is set correctlyRichard Purdie1 Without this the command will add a route for the subnet 192.168.7.0 which means multiple qemu instances can't operate correctly since all but the last one will be masked out. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-09-02scripts: Show sensible warning messages if expected binaries don't existRichard Purdie1 [YOCTO #1438] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-09-01scripts: Don't show errors from which ifconfig failingRichard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-04-21Further cleanup of various poky referencesRichard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-04-20Rename poky-qemu to runqemuRichard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>