Home
last modified time | relevance | path

Searched refs:homepage (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/openbmc/poky/scripts/contrib/
H A Dverify-homepage.py31 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 Dcache_extra.py38 self.homepage = self.getvar('HOMEPAGE', metadata)
50 cachedata.homepage = {}
60 cachedata.homepage[fn] = self.homepage
/openbmc/openbmc/poky/meta/classes/
H A Doelint.bbclass23 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 DCargo.toml8 homepage = "https://www.qemu.org"
/openbmc/qemu/rust/hw/char/pl011/
H A DCargo.toml8 homepage = "https://www.qemu.org"
/openbmc/qemu/rust/qemu-api/
H A DCargo.toml8 homepage = "https://www.qemu.org"
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am6528-iot2050-basic.dts12 * Product homepage:
H A Dk3-am6528-iot2050-basic-pg2.dts12 * Product homepage:
H A Dk3-am6548-iot2050-advanced.dts12 * Product homepage:
H A Dk3-am6548-iot2050-advanced-pg2.dts12 * Product homepage:
H A Dk3-am6548-iot2050-advanced-m2.dts12 * Product homepage:
H A Dk3-am64-phycore-som.dtsi9 * Product homepage:
H A Dk3-am625-phyboard-lyra-rdk.dts6 * Product homepage:
H A Dk3-am642-phyboard-electra-rdk.dts9 * Product homepage:
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/
H A Dfvp-library.bb14 # yourself from from the homepage and set FVP_LIBRARY_TARBALL_URI appropriately
H A Dfvp-base-a-aem_11.27.19.bb13 # 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 Dmg_20230501.bb2 HOMEPAGE = "http://homepage.boetes.org/software/mg/"
/openbmc/openbmc/poky/meta/recipes-extended/pigz/
H A Dpigz_2.8.bb15 # Point this at the homepage in case /fossils/ isn't updated
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py277 ro.homepage = index.recipes[id].homepage
/openbmc/linux/fs/fuse/
H A DKconfig10 from the FUSE homepage:
/openbmc/linux/Documentation/hwmon/
H A Duserspace-tools.rst19 setup monitoring limits etc. You can get them on their homepage
/openbmc/linux/drivers/media/pci/zoran/
H A DKconfig21 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
/openbmc/linux/Documentation/input/devices/
H A Dwalkera0701.rst9 Devel homepage and download:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py236 homepage = _String() variable in SPDXPackage
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1287 homepage="", bugtracker="", provides="", bbclassextend="", argument
1298 self.homepage = homepage

12