summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_virtio-aarch64.inc
blob: e3faaf7bcd94879d12e8c613b67812f4679a11bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Build updatable image. Only takes effect when sota.bbclass is inherited
DISTRO_FEATURES_append = " sota"

# Root device
ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"

# Use our own wks file
WKS_FILE = "directdisk.wks.in"

# Simplest possible option
AGL_DEFAULT_IMAGE_FSTYPES = "ext4"

# Need to run QEMU with virtio-gpu device
PACKAGECONFIG_append_pn-qemu-system-native = " virglrenderer glx gtk+"
t; #include "low-can-socket.hpp" #include "../can/can-signals.hpp" #include "../diagnostic/diagnostic-message.hpp" #include "../utils/socketcan-bcm.hpp" /// @brief The subscription class has a context that can handle all needed values to describe a subscription /// to the low-can binding. It can hold a CAN signal or a diagnostic message. A diagnostic message for OBD2 is /// special because there is only 1 listener to retrieve OBD2 requests. It is required that all diagnostic message /// subscriptions are in 1 object. class low_can_subscription_t : public low_can_socket_t { private: afb_event_t event_; ///< event_ - application framework event used to push on client public: using low_can_socket_t::low_can_socket_t; afb_event_t get_event(); void set_event(afb_event_t event); };