/openbmc/openbmc/poky/scripts/contrib/ |
H A D | verify-homepage.py | 31 def wgetHomepage(pn, homepage): argument 32 result = subprocess.call('wget ' + '-q -T 5 -t 1 --spider ' + homepage, shell = True) 34 logger.warning("%s: failed to verify HOMEPAGE: %s " % (pn, homepage)) 51 homepage = data.getVar("HOMEPAGE") 52 if homepage: 54 urllib.request.urlopen(homepage, timeout=5) 56 count = count + wgetHomepage(os.path.basename(realfn), homepage)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cache_extra.py | 38 self.homepage = self.getvar('HOMEPAGE', metadata) 50 cachedata.homepage = {} 60 cachedata.homepage[fn] = self.homepage
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | oelint.bbclass | 23 homepage = d.getVar("HOMEPAGE", False) 24 if homepage == '': 26 elif not homepage.startswith("http://") and not homepage.startswith("https://"):
|
/openbmc/qemu/rust/qemu-api-macros/ |
H A D | Cargo.toml | 8 homepage = "https://www.qemu.org"
|
/openbmc/qemu/rust/hw/char/pl011/ |
H A D | Cargo.toml | 8 homepage = "https://www.qemu.org"
|
/openbmc/qemu/rust/qemu-api/ |
H A D | Cargo.toml | 8 homepage = "https://www.qemu.org"
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am6528-iot2050-basic.dts | 12 * Product homepage:
|
H A D | k3-am6528-iot2050-basic-pg2.dts | 12 * Product homepage:
|
H A D | k3-am6548-iot2050-advanced.dts | 12 * Product homepage:
|
H A D | k3-am6548-iot2050-advanced-pg2.dts | 12 * Product homepage:
|
H A D | k3-am6548-iot2050-advanced-m2.dts | 12 * Product homepage:
|
H A D | k3-am64-phycore-som.dtsi | 9 * Product homepage:
|
H A D | k3-am625-phyboard-lyra-rdk.dts | 6 * Product homepage:
|
H A D | k3-am642-phyboard-electra-rdk.dts | 9 * Product homepage:
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-library.bb | 14 # yourself from from the homepage and set FVP_LIBRARY_TARBALL_URI appropriately
|
H A D | fvp-base-a-aem_11.27.19.bb | 13 # The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yoc…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/ |
H A D | mg_20230501.bb | 2 HOMEPAGE = "http://homepage.boetes.org/software/mg/"
|
/openbmc/openbmc/poky/meta/recipes-extended/pigz/ |
H A D | pigz_2.8.bb | 15 # Point this at the homepage in case /fossils/ isn't updated
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 277 ro.homepage = index.recipes[id].homepage
|
/openbmc/linux/fs/fuse/ |
H A D | Kconfig | 10 from the FUSE homepage:
|
/openbmc/linux/Documentation/hwmon/ |
H A D | userspace-tools.rst | 19 setup monitoring limits etc. You can get them on their homepage
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | Kconfig | 21 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
|
/openbmc/linux/Documentation/input/devices/ |
H A D | walkera0701.rst | 9 Devel homepage and download:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx.py | 236 homepage = _String() variable in SPDXPackage
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 1287 homepage="", bugtracker="", provides="", bbclassextend="", argument 1298 self.homepage = homepage
|