Home
last modified time | relevance | path

Searched full:iso (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch110 -<!-- ISO entity sets ...................................................... -->
112 -<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
113 - uri="ent/iso-dia.ent"/>
115 -<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
116 - uri="ent/iso-num.ent"/>
118 -<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
119 - uri="ent/iso-pub.ent"/>
121 -<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
122 - uri="ent/iso-tech.ent"/>
124 -<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
[all …]
/openbmc/openbmc/poky/meta/recipes-support/iso-codes/
H A Diso-codes_4.18.0.bb1 SUMMARY = "ISO language, territory, currency, script codes and their translations"
2 DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \
5 HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
6 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
11 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV…
/openbmc/linux/drivers/usb/usbip/
Dusbip_common.c
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-live.bbclass15 # 2. A CD .iso image
47 IMAGE_TYPEDEP:iso = "${LIVE_ROOTFS_TYPE}"
49 IMAGE_TYPES_MASKED += "live hddimg iso"
55 bb.error('INITRD_IMAGE_LIVE %s cannot use image live, hddimg or iso.' % initrd_i)
62 ISODIR = "${S}/iso"
64 COMPACT_ISODIR = "${S}/iso.z"
82 # Only create an ISO if we have an INITRD and the live or iso image type was selected
83 …if [ -z "${INITRD}" ] || [ "${@bb.utils.contains_any('IMAGE_FSTYPES', 'live iso', '1', '0', d)}" !…
84 bbnote "ISO image will not be created."
91 bbwarn "ISO image will not be created. $fs is invalid."
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-meson.build-require-iso-codes-native.patch4 Subject: [PATCH] meson.build: require iso-codes-native
10 ERROR: parse_iso_codes: error parsing '/usr/share/xml/iso-codes/iso_639_3.xml': No such file or dir…
13 Upstream argues that iso-codes locale (.mo files) are required on the target
26 # ISO codes
28 -isocodes = dependency('iso-codes', required: false)
29 +isocodes = dependency('iso-codes', required: false, native: true)
32 isocodes_location = isocodes_prefix / 'share' / 'xml' / 'iso-codes'
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/
H A Darm-systemready-linux-distros-unattended.inc3 and ISO image modification"
21 # Unpack the ISO image
22 bsdtar -xf ${UNPACKDIR}/${ISO_IMAGE_NAME}.iso -C ${EXTRACTED_ISO_TEMP_DIR}
31 # Repack the ISO image
32 … mkisofs -o ${NEW_ISO_TEMP_DIR}/${ISO_IMAGE_NAME}.iso -U -r -v -T -J -joliet-long -V ${ISO_LABEL} \
37 mv -f ${NEW_ISO_TEMP_DIR}/${ISO_IMAGE_NAME}.iso ${UNPACKDIR}
H A Darm-systemready-linux-distros.inc26 "${DEPLOY_DIR_IMAGE}/${ISO_IMAGE_NAME}.iso"
38 # Deploy the iso and installation target disk image to the deploy folder
39 install -m 644 ${UNPACKDIR}/${ISO_IMAGE_NAME}.iso ${DEPLOYDIR}
/openbmc/linux/include/uapi/linux/
Datmsap.h
/openbmc/linux/drivers/isdn/hardware/mISDN/
Dhfcsusb.h
/openbmc/linux/tools/usb/
Dhcd-tests.sh
/openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/
H A Dbaremetal-helloworld_git.bb65 # qemux86-64 boots from iso rather than -kernel, create image to boot from
67 dd if=/dev/zero of=${B}/build/img.iso bs=1M count=10 status=none
68 dd if=${B}/build/stage1.bin of=${B}/build/img.iso bs=512 count=1 conv=notrunc
69 dd if=${B}/build/stage2.bin of=${B}/build/img.iso bs=512 seek=1 count=64 conv=notrunc
70 dd if=${B}/build/hello_baremetal_x86-64.bin of=${B}/build/img.iso bs=512 seek=65 conv=notrunc
71 install ${B}/build/img.iso ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.iso
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/
H A Dsharutils_4.15.2.bb17 file://0001-ISO-C23-Backport-stdbool.m4.patch \
18 file://0002-ISO-C23-Port-getcwd.m4-to-ISO-C23.patch \
19 file://0003-ISO-C23-Port-the-code-to-ISO-C23.patch \
/openbmc/linux/Documentation/driver-api/usb/
DURB.rst
Derror-codes.rst
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A Diconv-detect.h3 #define ICONV_ISO_D_FORMAT "iso-%d-%d"
4 #define ICONV_ISO_S_FORMAT "iso-%d-%s"
5 #define ICONV_10646 "iso-10646"
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py27 Create a bootable ISO image
29 This plugin creates a hybrid, legacy and EFI bootable ISO image. The
44 example above, wic creates an ISO image named IsoImage-cd.direct (default
45 extension added by direct imeger plugin) and a file named IsoImage-cd.iso
55 splash = os.path.join(cr_workdir, "ISO/boot/splash.jpg")
85 logger.debug("Writing syslinux config %s/ISO/isolinux/isolinux.cfg",
88 with open("%s/ISO/isolinux/isolinux.cfg" % cr_workdir, "w") as cfg:
206 isodir = "%s/ISO/" % cr_workdir
240 In this case, prepare content for a bootable ISO image.
243 isodir = "%s/ISO" % cr_workdir
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime/
H A Diconv-detect.h3 #define ICONV_ISO_INT_FORMAT "iso-%u-%u"
4 #define ICONV_ISO_STR_FORMAT "iso-%u-%s"
5 #define ICONV_10646 "iso-10646"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/
H A Dgeary_46.0.bb20 iso-codes \
41 file://0001-meson-Do-not-check-for-iso-xml-files-during-build.patch \
52 -Diso_639_xml=${datadir}/xml/iso-codes/iso_639.xml \
53 -Diso_3166_xml=${datadir}/xml/iso-codes/iso_3166.xml \
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py39 'releases/ppc64le/alpine-standard-3.21.0-ppc64le.iso'),
42 def extract_from_iso(self, iso, path): argument
44 Extracts a file from an iso file into the test workdir
46 :param iso: path to the iso file
47 :param path: path within the iso file of the file to be extracted
52 cmd = "xorriso -osirrox on -indev %s -cpx %s %s" % (iso, path, filename)
103 # iso without having a passthrough filesystem configured.
/openbmc/linux/include/net/bluetooth/
Diso.h
/openbmc/qemu/tests/vm/
H A Dopenbsd25 link = "https://cdn.openbsd.org/pub/OpenBSD/7.7/amd64/install77.iso"
79 self.print_step("Downloading install iso")
82 iso = img + ".install.iso"
84 self.print_step("Preparing iso and disk image")
85 subprocess.check_call(["cp", "-f", cimg, iso])
92 "-cdrom", iso
209 os.remove(iso)
H A Dnetbsd25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
88 iso = img + ".install.iso"
90 self.print_step("Preparing iso and disk image")
91 subprocess.check_call(["ln", "-f", cimg, iso])
97 "-cdrom", iso
214 os.remove(iso)
/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile17 intermediate_suffixes := .efi .fat .iso.raw
21 $(images_dir)/$(binary).$(target).iso.qcow2))
31 # which causes git to report differences for the tracked qcow2 ISO images.
40 # Convert the raw ISO image to a qcow2 one, enabling compression, and using a
43 $(images_dir)/%.iso.qcow2: Build/%.iso.raw
50 Build/%.iso.raw: Build/%.fat
/openbmc/linux/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uac1_legacy
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Dmkhybridiso.wks1 # short-description: Create a hybrid ISO image
2 # long-description: Creates an EFI and legacy bootable hybrid ISO image

12345678910>>...20