| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0002-media-ctl-Install-media-ctl-pkg-config-files.patch | 4 Subject: [PATCH] media-ctl: Install media-ctl pkg-config files 12 0001-media-ctl-Install-media-ctl-header-and-library-files.patch 17 utils/media-ctl/meson.build | 12 ++++++++++++ 20 diff --git a/utils/media-ctl/meson.build b/utils/media-ctl/meson.build 22 --- a/utils/media-ctl/meson.build 23 +++ b/utils/media-ctl/meson.build 35 'media-ctl.c', 37 @@ -55,3 +61,9 @@ media_ctl = executable('media-ctl',
|
| H A D | 0001-media-ctl-Install-media-ctl-header-and-library-files.patch | 4 Subject: [PATCH] media-ctl: Install media-ctl header and library files 23 utils/media-ctl/meson.build | 28 +++++++++++++++++++++------- 26 diff --git a/utils/media-ctl/meson.build b/utils/media-ctl/meson.build 28 --- a/utils/media-ctl/meson.build 29 +++ b/utils/media-ctl/meson.build
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | VirtualMedia.v1_6_5.json | 58 "description": "This action detaches remote media from virtual media.", 59 …"longDescription": "This action shall detach the remote media from the virtual media. At the comp… 98 "AfterUse": "The virtual media ejection occurs after the media is used.", 99 … "OnPowerOff": "The virtual media ejection occurs during a system power or reset event.", 100 "Persistent": "The virtual media mount information persists indefinitely.", 101 …"Session": "The virtual media ejection occurs when a session is terminated. The session might be … 102 …"Timed": "The virtual media ejection occurs when a timer configured by the `EjectTimeout` property… 108 "description": "This action attaches remote media to virtual media.", 109 …media to virtual media. Service should reject the request if the `Image` property in the resource… 112 "description": "The URI of the media to attach to the virtual media.", [all …]
|
| H A D | MediaController.v1_3_2.json | 57 … "description": "An array of links to the endpoints that connect to this media controller.", 61 …contain an array of links to resources of type `Endpoint` with which this media controller is asso… 69 … "description": "An array of links to the memory domains associated with this media controller.", 91 …"description": "The `MediaController` schema contains the definition of a media controller and its… 92 …"longDescription": "This resource shall represent a media controller in a Redfish implementation.", 138 "description": "The link to the environment metrics for this media controller.", 139 …ce of type `EnvironmentMetrics` that specifies the environment metrics for this media controller.", 153 "description": "The manufacturer of this media controller.", 154 … "longDescription": "This property shall contain the manufacturer of the media controller.", 170 "description": "The type of media controller.", [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | VirtualMedia.v1_6_5.json | 58 "description": "This action detaches remote media from virtual media.", 59 …"longDescription": "This action shall detach the remote media from the virtual media. At the comp… 98 "AfterUse": "The virtual media ejection occurs after the media is used.", 99 … "OnPowerOff": "The virtual media ejection occurs during a system power or reset event.", 100 "Persistent": "The virtual media mount information persists indefinitely.", 101 …"Session": "The virtual media ejection occurs when a session is terminated. The session might be … 102 …"Timed": "The virtual media ejection occurs when a timer configured by the `EjectTimeout` property… 108 "description": "This action attaches remote media to virtual media.", 109 …media to virtual media. Service should reject the request if the `Image` property in the resource… 112 "description": "The URI of the media to attach to the virtual media.", [all …]
|
| /openbmc/openbmc-test-automation/gui/test/server_control/ |
| H A D | test_obmc_gui_virtual_media.robot | |
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | setup-live | 16 echo "Waiting for removable media..." 20 for i in `ls /run/media 2>/dev/null`; do 21 if [ -f /run/media/$i/$ROOT_IMAGE ] ; then 25 elif [ -f /run/media/$i/isolinux/$ROOT_IMAGE ]; then 41 mount | grep media 44 fatal "Cannot find $ROOT_IMAGE file in /run/media/* , dropping to a shell " 51 bootparam_root="/run/media/$ROOT_DISK/$ISOLINUX/$ROOT_IMAGE" 55 if [ -f /run/media/$i/$ISOLINUX/$ROOT_IMAGE ] ; then
|
| H A D | finish | 21 for dev in /run/media/*; do 30 for dir in `awk '/\/dev.* \/run\/media/{print $2}' /proc/mounts`; do 34 mkdir -p "${ROOTFS_DIR}/media/${dir##*/}" 35 mount -n --move "$dir" "${ROOTFS_DIR}/media/${dir##*/}"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
| H A D | pipewire-media-session_0.4.2.bb | 1 SUMMARY = "PipeWire Media Session is an example session manager for PipeWire" 2 HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/media-session" 13 SRC_URI = "git://gitlab.freedesktop.org/pipewire/media-session.git;protocol=https;branch=master \ 24 ${systemd_user_unitdir}/pipewire-media-session.service \ 25 ${datadir}/pipewire/media-session.d/* \
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-live.sh | 88 mkdir -p ${ROOT_MOUNT}/media/realroot 89 mount -n --move "/run/media/${ROOT_DISK}" ${ROOT_MOUNT}/media/realroot 93 for dir in `awk '/\/dev.* \/run\/media/{print $2}' /proc/mounts`; do 97 mkdir -p "${ROOT_MOUNT}/media/${dir##*/}" 98 mount -n --move "$dir" "${ROOT_MOUNT}/media/${dir##*/}" 123 echo "Waiting for removable media..." 127 for i in `ls /run/media 2>/dev/null`; do 128 if [ -f /run/media/$i/$ROOT_IMAGE ] ; then 132 elif [ -f /run/media/$i/isolinux/$ROOT_IMAGE ]; then 148 mount | grep media [all …]
|
| H A D | init-install-efi.sh | 12 boot_size=$(du -ms /run/media/$1/ | awk '{print $1}') 14 if [ -e /run/media/$1/$2 ]; then 15 boot_size=$(( boot_size - $( du -ms /run/media/$1/$2 | awk '{print $1}') )) 18 if [ -e /run/media/$1/initrd ]; then 19 boot_size=$(( boot_size - $( du -ms /run/media/$1/initrd | awk '{print $1}') )) 222 mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root 245 cp /run/media/$1/EFI/BOOT/*.efi $EFIDIR 247 if [ -f /run/media/$1/EFI/BOOT/grub.cfg ]; then 250 cp /run/media/$1/EFI/BOOT/grub.cfg $GRUBCFG 263 if [ -d /run/media/$1/loader ]; then [all …]
|
| H A D | init-install-efi-testfs.sh | 131 mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /rootmnt 153 cp /run/media/$1/vmlinuz /ssd 155 cp /run/media/$1/EFI/BOOT/*.efi $EFIDIR 157 if [ -f /run/media/$1/EFI/BOOT/grub.cfg ]; then 159 cp /run/media/$1/EFI/BOOT/grub.cfg $GRUBCFG 173 if [ -d /run/media/$1/loader ]; then 176 cp -dr /run/media/$1/loader /ssd 194 echo "Remove your installation media, and press ENTER"
|
| /openbmc/docs/designs/ |
| H A D | virtual-media.md | 1 # Virtual Media (a.k.a. Remote Media) 14 Virtual Media allows users to remotely mount given ISO/IMG drive images through 23 - Virtual Media is going to use Network Block Device as primary disk image 26 USBGadget as way to expose Media Storage Device to HOST. 34 Virtual Media splits into two modes of operation, lets call it Proxy, and 47 The component diagram below shows Virtual Media high-level overview 73 Virtual Media feature supports multiple, simultaneous connections in both modes. 77 Mounting and unmounting of remote device could be time consuming. Virtual Media 101 In Virtual Media use case, it's being used to pull data from remote client, and 109 Media case it emulates USB mass storage connected to HOST. The source or [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/ |
| H A D | v4l-utils_1.28.1.bb | 5 PROVIDES = "libv4l media-ctl" 30 file://0001-media-ctl-Install-media-ctl-header-and-library-files.patch \ 31 file://0002-media-ctl-Install-media-ctl-pkg-config-files.patch \ 48 PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev qv4l2 qvidcap" 52 FILES:media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/ |
| H A D | rygel_0.44.1.bb | 1 SUMMARY = "A UPnP AV media server and renderer" 2 DESCRIPTION = "Rygel is a home media solution (UPnP AV MediaServer) that \ 4 Additionally, media player software may use Rygel to become a MediaRenderer \ 16 RRECOMMENDS:${PN} = "rygel-plugin-media-export" 31 PACKAGECONFIG ?= "external mpris ruih gst-launch media-export" 36 PACKAGECONFIG[media-export] = "" 46 RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'media-export', ',media-export', '', …
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | fail_on_no_media.patch | 4 Subject: [PATCH] busybox: fail on no media 10 even when no media exists. The util-linux mount command bails when no 11 media exists, so change the behaviour of busybox to do the same. 31 + * Break if there is no media, no point retrying for all 32 + * fs types since there is no media available
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | MediaController_v1.xml | 57 …iption" String="The `MediaController` schema contains the definition of a media controller and its… 58 …<Annotation Term="OData.LongDescription" String="This resource shall represent a media controller … 97 <Annotation Term="OData.Description" String="This action resets this media controller."/> 98 … <Annotation Term="OData.LongDescription" String="This action shall reset this media controller."/> 118 <Annotation Term="OData.Description" String="The manufacturer of this media controller."/> 119 …a.LongDescription" String="This property shall contain the manufacturer of the media controller."/> 123 <Annotation Term="OData.Description" String="The model of this media controller."/> 124 …m="OData.LongDescription" String="This property shall contain the model of the media controller."/> 128 … <Annotation Term="OData.Description" String="The serial number of this media controller."/> 129 …perty shall indicate the serial number as provided by the manufacturer of this media controller."/> [all …]
|
| H A D | VirtualMedia_v1.xml | 38 … an instance of virtual media, such as a remote CD, DVD, or USB device. A manager for a system or… 39 …m="OData.LongDescription" String="This resource shall represent a virtual media service for a Redf… 72 …<Annotation Term="OData.Description" String="This action attaches remote media to virtual media."/> 73 …media to virtual media. Service should reject the request if the `Image` property in the resource… 84 …Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."/> 85 … URI of the media to be attached to the virtual media. This parameter may specify an absolute URI… 92 …<Annotation Term="OData.Description" String="An indication of whether the remote media is treated … 93 ….LongDescription" String="This parameter shall contain whether the remote media is treated as writ… 146 …nnotation Term="OData.Description" String="This action detaches remote media from virtual media."/> 147 ….LongDescription" String="This action shall detach the remote media from the virtual media. At th… [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
| H A D | VirtualMedia_v1.xml | 38 … an instance of virtual media, such as a remote CD, DVD, or USB device. A manager for a system or… 39 …m="OData.LongDescription" String="This resource shall represent a virtual media service for a Redf… 72 …<Annotation Term="OData.Description" String="This action attaches remote media to virtual media."/> 73 …media to virtual media. Service should reject the request if the `Image` property in the resource… 84 …Annotation Term="OData.Description" String="The URI of the media to attach to the virtual media."/> 85 … URI of the media to be attached to the virtual media. This parameter may specify an absolute URI… 92 …<Annotation Term="OData.Description" String="An indication of whether the remote media is treated … 93 ….LongDescription" String="This parameter shall contain whether the remote media is treated as writ… 146 …nnotation Term="OData.Description" String="This action detaches remote media from virtual media."/> 147 ….LongDescription" String="This action shall detach the remote media from the virtual media. At th… [all …]
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_disk.c | 24 * @media: block I/O media information 36 struct efi_block_io_media media; member 109 EFI_LOADER_BOUNCE_BUFFER_SIZE / this->media->block_size, in efi_disk_read_blocks() 144 EFI_LOADER_BOUNCE_BUFFER_SIZE / this->media->block_size, in efi_disk_write_blocks() 288 /* Fill in EFI IO Media info (for read/write callbacks) */ in efi_disk_add_dev() 289 diskobj->media.removable_media = desc->removable; in efi_disk_add_dev() 290 diskobj->media.media_present = 1; in efi_disk_add_dev() 291 diskobj->media.block_size = desc->blksz; in efi_disk_add_dev() 292 diskobj->media.io_align = desc->blksz; in efi_disk_add_dev() 293 diskobj->media.last_block = desc->lba - offset; in efi_disk_add_dev() [all …]
|
| /openbmc/u-boot/arch/arm/mach-k3/ |
| H A D | Kconfig | 29 from any boot media. 48 is booted up by primary boot media or secondary boot media.
|
| /openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/ |
| H A D | 0002-help-meson.build-disable-the-use-of-yelp.patch | 19 'media/org.gnome.Epiphany.svg' 24 - media: help_media, 28 +# media: help_media,
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/ |
| H A D | gst-player.desktop | 2 Name=Media Player 3 Comment=Basic media player
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | LoginLayout.vue | 60 @include media-breakpoint-up('md') { 70 @include media-breakpoint-up('md') { 82 @include media-breakpoint-up('md') { 95 @include media-breakpoint-up('md') {
|
| /openbmc/u-boot/Documentation/ |
| H A D | Makefile | 47 # $3 name of the build subfolder / e.g. "media", used as: 50 # $4 dest subfolder e.g. "man" for man pages at media/man 52 # e.g. "media" for the linux-tv book-set at ./Documentation/media 55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \ 105 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
|