generic-poky/meta-yocto-bsp
Corneliu Stoicescu d66c567b11 oeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link
Sometimes the uncompressed rootfs image contains boot/uImage but if it's a symlink, it seems broken from the master image's point of view.
Because [ -e /mnt/testrootfs/boot/uImage ] will return 1, it will proceed to copy the backup kernel file over it but cp ~/test-kernel /mnt/testrootfs/boot/uImage will also fail with:
cp: not writing through dangling symlink

Adding a new check here, if the boot/uImage is a link, leave it as is.

(From meta-yocto rev: 849b1e319a84a710259223f57b2e4c74bc64fe75)

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-17 14:56:49 +01:00
..
conf mpc8315e-rdb: add the jffs2 image support 2014-06-17 17:56:22 +01:00
lib/oeqa/controllers oeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link 2014-07-17 14:56:49 +01:00
recipes-bsp atom-pc: Purge straggling configuration files 2013-08-28 00:25:56 +01:00
recipes-core Drop beagleboard, replaced by beaglebone 2014-03-31 23:04:36 +01:00
recipes-graphics/xorg-xserver Drop beagleboard, replaced by beaglebone 2014-03-31 23:04:36 +01:00
recipes-kernel/linux meta-yocto-bsps: update 3.14 SRCREVs 2014-06-17 17:56:22 +01:00