• Christopher Clark's avatar
    xen, raspberry pi: add Xen-specific SD card class · e6e471f3
    Christopher Clark authored
    
    
    At the moment the regular meta-raspberrypi SD card class does not allow
    for optional inclusion of extra files in the SD card boot partition
    without requiring those same files be present in the root filesystem.
    This affects hypervisor binaries, such as Xen, which do not necessarily
    belong within the guest filesystem.
    
    As a workaround, inherit the sdcard_image-rpi.bbclass and clone the
    main IMAGE_CMD function, adding the Xen-specific deploy that is needed.
    This can be retired when the parent class has extensibility added.
    
    Signed-off-by: default avatarChristopher Clark <christopher.w.clark@gmail.com>
    Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
    e6e471f3