Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

madisongh

madisongh pushed 1 commit to styhead OE4T/meta-tegra
  • tegra-sources: update public_sources.tbz2 hash It seems the public_sources.tbz2 tarball hash has changed without con... df85368

View on GitHub

madisongh closed an issue on OE4T/meta-tegra
Hash of public_sources seems wrong
**Describe the bug** When starting yocto from scratch using branch scarthgap, I got the following error: ```` WARNING: nvidia-kernel-oot-36.4.0-r0 do_fetch: Checksum failure encountered with dow...
madisongh pushed 1 commit to master OE4T/meta-tegra
  • tegra-sources: update public_sources.tbz2 hash It seems the public_sources.tbz2 tarball hash has changed without con... 09fdbac

View on GitHub

madisongh closed an issue on OE4T/meta-tegra
Hash of public_sources seems wrong
**Describe the bug** When starting yocto from scratch using branch scarthgap, I got the following error: ```` WARNING: nvidia-kernel-oot-36.4.0-r0 do_fetch: Checksum failure encountered with dow...
madisongh closed a pull request on OE4T/meta-tegra
tegra-sources: update public_sources.tbz2 hash
It seems the public_sources.tbz2 tarball hash has changed without content change, which causes builds to fail due to checksum mismatch. Resolves https://github.com/OE4T/meta-tegra/issues/1798
madisongh created a comment on an issue on OE4T/meta-tegra
No, it looks like NVIDIA has once again done a rug pull on us, updating the tarball without bumping the version number. The actual source files contained in the tarball are probably unchanged, so ...

View on GitHub

madisongh pushed 1 commit to kirkstone-l4t-r32.7.x OE4T/tegra-demo-distro

View on GitHub

madisongh pushed 2 commits to scarthgap-l4t-r35.x OE4T/tegra-demo-distro

View on GitHub

madisongh pushed 1 commit to kirkstone OE4T/tegra-demo-distro

View on GitHub

madisongh pushed 1 commit to styhead OE4T/tegra-demo-distro

View on GitHub

madisongh pushed 1 commit to master OE4T/tegra-demo-distro

View on GitHub

madisongh pushed 2 commits to master OE4T/meta-tegra
  • libdrm: move dependency on nvidia-drm out of weston-init The nvidia-drm kernel module and associated load config are... 2842745
  • nvidia-drm-loadconf: changes to play nicely with x11 We want to be able to pull in the module load configuration by ... 06c060a

View on GitHub

madisongh closed a pull request on OE4T/meta-tegra
libdrm: move dependency on nvidia-drm out of weston-init
The nvidia-drm kernel module and associated load config are needed by libdrm but were only getting picked up by weston-init. There are valid configurations (headless, egl-only) that need libdrm ...
madisongh pushed 1 commit to scarthgap-l4t-r35.x OE4T/meta-tegra
  • gcc-for-nvcc: backport buildpaths fixes from OE-Core gcc recipes From OE-Core commits 350ff7d and 9221e4a Signed-of... 3683a5a

View on GitHub

madisongh closed a pull request on OE4T/meta-tegra
gcc-for-nvcc: backport buildpaths fixes from OE-Core gcc recipes
From OE-Core commits 350ff7d and 9221e4a It's already applied in meta-tegra/scarthgap: 272eccd2 gcc-for-nvcc: backport buildpaths fixes from OE-Core gcc recipes but wasn't in scarthgap-l4t-r35...
madisongh pushed 2 commits to master+nvidia-drm kekiefer/meta-tegra

View on GitHub

madisongh created a review comment on a pull request on madisongh/digsigserver
This should be simplified to `if external_data_offset:`, `if mark_required:`, etc., rather than comparing to `None`. If a null string is valid for any of these parameters (and I don't think it is),...

View on GitHub

madisongh created a review on a pull request on madisongh/digsigserver
Thanks for this. Minor comment in-line. Is there a specific target machine (or machines) you've tested this with? And is there any chance you could add a `fitimage.md` page to the `doc` director...

View on GitHub

madisongh created a review on a pull request on madisongh/digsigserver
Thanks for this. Minor comment in-line. Is there a specific target machine (or machines) you've tested this with? And is there any chance you could add a `fitimage.md` page to the `doc` director...

View on GitHub

madisongh pushed 1 commit to styhead OE4T/meta-tegra

View on GitHub

madisongh created a comment on a pull request on OE4T/meta-tegra
Thanks! I'll take care of the cherry-pick to other branches.

View on GitHub

madisongh pushed 1 commit to scarthgap OE4T/meta-tegra

View on GitHub

madisongh closed a pull request on OE4T/meta-tegra
Fix DEVSUM x86-64 for cuda-cupti
nativesdk-cuda-cupti had wrong DEVSUM This branch should also be merged to master