{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":46883737,"defaultBranch":"master","name":"meta-tegra","ownerLogin":"OE4T","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-11-25T20:07:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69109450?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725721113.0","currentOid":""},"activityList":{"items":[{"before":"8e0db5c72cb71a08887d38302a28606c90907bed","after":"2ff82be731171f23d2114164d3575eb333f6adb7","ref":"refs/heads/scarthgap","pushedAt":"2024-09-19T21:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake\n\n- this allows ability to modify these in other layers if needed\n\nSigned-off-by: Atharva Nandanwar ","shortMessageHtmlLink":"arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake"}},{"before":"98e065a4d969755b99d3f8261e181ed481bf4b00","after":"e9fe765b56bc1d0e320c9d977f46c7223ed40db8","ref":"refs/heads/master","pushedAt":"2024-09-19T21:12:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake\n\n- this allows ability to modify these in other layers if needed\n\nSigned-off-by: Atharva Nandanwar ","shortMessageHtmlLink":"arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake"}},{"before":"a5fa6e87e6edf80955a0bd42a9d4b4c5685c201b","after":"6e16e7a9212dd5fa55216c1090825b18a003f392","ref":"refs/heads/wip-scarthgap-l4t-r35.6","pushedAt":"2024-09-14T16:00:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"README.md: update for R35.6.0 WIP\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"README.md: update for R35.6.0 WIP"}},{"before":"a599dba3c4006b8d55c2d6b87aa332933c6a6113","after":"5bb63a08b7daf9f65d8a77e96d091c8e385fc477","ref":"refs/heads/kirkstone","pushedAt":"2024-09-14T13:39:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: use usb configuration state for connection status\n\nWhen a device is enumerated by the host, its usb configuration state\nchanges to positively identify that it is ready to go. Conversely,\nwhen it is powered down, its configuration state indicates that it\nis no longer in that ready ('configured') state.\n\nA side effect of the power saving for the USB peripheral would change\nthe device into a suspended state if it is not configured, but this\nmechanism does not work reliably on the Orin AGX devkit.\n\nAdditionally, the gadget device sysfs node changed from a single\n/UDC/device/gadget function to /UDC/device/gadget.# in kernels newer\nthan the current L4T 5.15, breaking the previous method for newer\nkernels.\n\nUse this more direct method of determining if the usb host is using\nthe device so it will work across various platforms as well as kernel\nversions.\n\nSigned-off-by: Kurt Kiefer \nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: use usb configuration state for connection status"}},{"before":"700b5abc3f14350398b6e9a0ca83eb119bec0489","after":"8e0db5c72cb71a08887d38302a28606c90907bed","ref":"refs/heads/scarthgap","pushedAt":"2024-09-14T13:39:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: quote configuration state when testing\n\nThe configuration state could be 'not attached', which confuses\nthe shell unless we quote it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: quote configuration state when testing"}},{"before":"fa83834fdcb3791a0adb7a4024f6509dba09c565","after":"98e065a4d969755b99d3f8261e181ed481bf4b00","ref":"refs/heads/master","pushedAt":"2024-09-14T13:39:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: quote configuration state when testing\n\nThe configuration state could be 'not attached', which confuses\nthe shell unless we quote it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: quote configuration state when testing"}},{"before":"5be5d16c59591e0839daad17ec2e9268810aa571","after":"d8a3934ede0d5cb8268afb9ce18fe33e594fa041","ref":"refs/heads/scarthgap-l4t-r35.x","pushedAt":"2024-09-14T13:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: use usb configuration state for connection status\n\nWhen a device is enumerated by the host, its usb configuration state\nchanges to positively identify that it is ready to go. Conversely,\nwhen it is powered down, its configuration state indicates that it\nis no longer in that ready ('configured') state.\n\nA side effect of the power saving for the USB peripheral would change\nthe device into a suspended state if it is not configured, but this\nmechanism does not work reliably on the Orin AGX devkit.\n\nAdditionally, the gadget device sysfs node changed from a single\n/UDC/device/gadget function to /UDC/device/gadget.# in kernels newer\nthan the current L4T 5.15, breaking the previous method for newer\nkernels.\n\nUse this more direct method of determining if the usb host is using\nthe device so it will work across various platforms as well as kernel\nversions.\n\nSigned-off-by: Kurt Kiefer \nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: use usb configuration state for connection status"}},{"before":"856080caa476bb1b486d05758ee25e0c0bd6cb84","after":"700b5abc3f14350398b6e9a0ca83eb119bec0489","ref":"refs/heads/scarthgap","pushedAt":"2024-09-14T12:29:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: update variable name\n\nWith 2ba2294c45965070832fe4d1cba41f8d08d3ce70, we\nnow use 'configured' instead of 'suspended', but\nmissed updating the declaration of the variable\nwithin the functions that use it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: update variable name"}},{"before":"239d4290895654f7db36db6b98fc8fd8135d9986","after":"fa83834fdcb3791a0adb7a4024f6509dba09c565","ref":"refs/heads/master","pushedAt":"2024-09-14T12:29:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: update variable name\n\nWith 2ba2294c45965070832fe4d1cba41f8d08d3ce70, we\nnow use 'configured' instead of 'suspended', but\nmissed updating the declaration of the variable\nwithin the functions that use it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-flash-init: update variable name"}},{"before":"b67fcdfbc1a3e40eeaa11ff9c67807d224e9d6b9","after":"a599dba3c4006b8d55c2d6b87aa332933c6a6113","ref":"refs/heads/kirkstone","pushedAt":"2024-09-14T12:25:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"setup-nv-boot-control: fix compat spec for P3701 SKUs\n\nThe logic for generating the compatibility spec for P3701\nSKUs changed in L4T R35.4.1, but we missed it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"setup-nv-boot-control: fix compat spec for P3701 SKUs"}},{"before":"43404d99381fceb90a8b23bc055419ca4f3ac6f7","after":"5be5d16c59591e0839daad17ec2e9268810aa571","ref":"refs/heads/scarthgap-l4t-r35.x","pushedAt":"2024-09-14T12:24:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"setup-nv-boot-control: fix compat spec for P3701 SKUs\n\nThe logic for generating the compatibility spec for P3701\nSKUs changed in L4T R35.4.1, but we missed it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"setup-nv-boot-control: fix compat spec for P3701 SKUs"}},{"before":"02ef395cc8f2f2229ec5befcc4fc41567eb8ae44","after":"856080caa476bb1b486d05758ee25e0c0bd6cb84","ref":"refs/heads/scarthgap","pushedAt":"2024-09-14T12:24:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"setup-nv-boot-control: fix compat spec for P3701 SKUs\n\nThe logic for generating the compatibility spec for P3701\nSKUs changed in L4T R35.4.1, but we missed it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"setup-nv-boot-control: fix compat spec for P3701 SKUs"}},{"before":"e3ed33a3190742fa93b7a681bfa3a4cf28725933","after":"239d4290895654f7db36db6b98fc8fd8135d9986","ref":"refs/heads/master","pushedAt":"2024-09-14T12:24:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"setup-nv-boot-control: fix compat spec for P3701 SKUs\n\nThe logic for generating the compatibility spec for P3701\nSKUs changed in L4T R35.4.1, but we missed it.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"setup-nv-boot-control: fix compat spec for P3701 SKUs"}},{"before":"9de11ba16846439cdb8cb7b551d650ea5f2f48a2","after":"e3ed33a3190742fa93b7a681bfa3a4cf28725933","ref":"refs/heads/master","pushedAt":"2024-09-14T11:41:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-eeprom-tool: update v2.0.1 -> v2.0.2\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-eeprom-tool: update v2.0.1 -> v2.0.2"}},{"before":"00aaa2eebbb9ffc086235342a3031ec58bd0a12b","after":"43404d99381fceb90a8b23bc055419ca4f3ac6f7","ref":"refs/heads/scarthgap-l4t-r35.x","pushedAt":"2024-09-14T11:31:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-uefi-capsules: remove ESP image dependency for BUP\n\nChange the depedency on the ESP image to a dependency on the\nbootloader for BUP generation. The BUP generator doesn't need\nthe ESP partition.\n\nSigned-off-by: Igor Opaniuk \nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra-uefi-capsules: remove ESP image dependency for BUP"}},{"before":"cc839b77d705d39e0c7f9cd1fea1fb9851f09196","after":"02ef395cc8f2f2229ec5befcc4fc41567eb8ae44","ref":"refs/heads/scarthgap","pushedAt":"2024-09-14T10:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-uefi-capsules: remove ESP image dependency for BUP\n\nRemove ESP image dependency for BUP generation. The BUP generation\r\nscript doesn't use it, and the only mention of ESP partition is in the list\r\nof boot artifacts to be included into BUP image (bup_type=bl), where\r\nthe ESP image is explicitly marked to be skipped.\r\n\r\nSigned-off-by: Igor Opaniuk ","shortMessageHtmlLink":"tegra-uefi-capsules: remove ESP image dependency for BUP"}},{"before":"a378e7eddb2d093c582a6ced6cc8d4a982661428","after":"9de11ba16846439cdb8cb7b551d650ea5f2f48a2","ref":"refs/heads/master","pushedAt":"2024-09-14T10:31:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-uefi-capsules: remove ESP image dependency for BUP\n\nRemove ESP image dependency for BUP generation. The BUP generation\r\nscript doesn't use it, and the only mention of ESP partition is in the list\r\nof boot artifacts to be included into BUP image (bup_type=bl), where\r\nthe ESP image is explicitly marked to be skipped.\r\n\r\nSigned-off-by: Igor Opaniuk ","shortMessageHtmlLink":"tegra-uefi-capsules: remove ESP image dependency for BUP"}},{"before":"2352a62e0bb4ed7efe983a06072c005fd4e9bce2","after":"928ba1b5fd3a49c511a29fe2e00de971675e42d5","ref":"refs/heads/kirkstone-l4t-r32.7.x","pushedAt":"2024-09-13T13:31:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra{186,210}-flashtools-native: additional script patches\n\n* Patch odmsign.func to eliminate the misleading cp errors during\n signing with no recovery kernel or dtb file.\n\n* Patch python scripts to specify regexes using raw strings, to\n fix SyntaxWarnings generated by more-recent versions of python.\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"tegra{186,210}-flashtools-native: additional script patches"}},{"before":"2ba2294c45965070832fe4d1cba41f8d08d3ce70","after":"a378e7eddb2d093c582a6ced6cc8d4a982661428","ref":"refs/heads/master","pushedAt":"2024-09-10T11:00:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"layer.conf: Switch to 'styhead' release series\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"layer.conf: Switch to 'styhead' release series"}},{"before":null,"after":"a5fa6e87e6edf80955a0bd42a9d4b4c5685c201b","ref":"refs/heads/wip-scarthgap-l4t-r35.6","pushedAt":"2024-09-07T14:58:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"README.md: update for R35.6.0 WIP\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"README.md: update for R35.6.0 WIP"}},{"before":"5d965c3b3525f288d63b731f6e17a30a05beab41","after":"cc839b77d705d39e0c7f9cd1fea1fb9851f09196","ref":"refs/heads/scarthgap","pushedAt":"2024-09-07T11:20:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: use usb configuration state for connection status\n\nWhen a device is enumerated by the host, its usb configuration state\nchanges to positively identify that it is ready to go. Conversely,\nwhen it is powered down, its configuration state indicates that it\nis no longer in that ready ('configured') state.\n\nA side effect of the power saving for the USB peripheral would change\nthe device into a suspended state if it is not configured, but this\nmechanism does not work reliably on the Orin AGX devkit.\n\nAdditionally, the gadget device sysfs node changed from a single\n/UDC/device/gadget function to /UDC/device/gadget.# in kernels newer\nthan the current L4T 5.15, breaking the previous method for newer\nkernels.\n\nUse this more direct method of determining if the usb host is using\nthe device so it will work across various platforms as well as kernel\nversions.\n\nSigned-off-by: Kurt Kiefer ","shortMessageHtmlLink":"tegra-flash-init: use usb configuration state for connection status"}},{"before":"a0a0005b157505081539a851dfdcf3948da215b3","after":"2ba2294c45965070832fe4d1cba41f8d08d3ce70","ref":"refs/heads/master","pushedAt":"2024-09-05T13:30:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-flash-init: use usb configuration state for connection status\n\nWhen a device is enumerated by the host, its usb configuration state\nchanges to positively identify that it is ready to go. Conversely,\nwhen it is powered down, its configuration state indicates that it\nis no longer in that ready ('configured') state.\n\nA side effect of the power saving for the USB peripheral would change\nthe device into a suspended state if it is not configured, but this\nmechanism does not work reliably on the Orin AGX devkit.\n\nAdditionally, the gadget device sysfs node changed from a single\n/UDC/device/gadget function to /UDC/device/gadget.# in kernels newer\nthan the current L4T 5.15, breaking the previous method for newer\nkernels.\n\nUse this more direct method of determining if the usb host is using\nthe device so it will work across various platforms as well as kernel\nversions.\n\nSigned-off-by: Kurt Kiefer ","shortMessageHtmlLink":"tegra-flash-init: use usb configuration state for connection status"}},{"before":"32d86844d857321e1ed137abbdd5a045c6f5cb3f","after":"00aaa2eebbb9ffc086235342a3031ec58bd0a12b","ref":"refs/heads/scarthgap-l4t-r35.x","pushedAt":"2024-08-31T09:51:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-storage-layout-base: fix typo on external layout\n\nFix typo and missing 'T' character in variable reference\nfor `PARTITION_LAYOUT_EXTERNAL`.\n\nThe current typo means if the name of the file referenced\nby PARTITION_FILE_EXTERNAL was different than the name\nPARTITION_LAYOUT_EXTERNAL, the wrong filename would be used\nin the l4t-storage-layout dir.\n\nRelates to #1\n\n1: https://github.com/OE4T/meta-tegra/pull/1684\n\nSigned-off-by: Dan Walkes ","shortMessageHtmlLink":"tegra-storage-layout-base: fix typo on external layout"}},{"before":"4ae62fbd7b0cf230a97023e8b5ea809b8f3a938c","after":"5d965c3b3525f288d63b731f6e17a30a05beab41","ref":"refs/heads/scarthgap","pushedAt":"2024-08-31T09:51:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-storage-layout-base: fix typo on external layout\n\nFix typo and missing 'T' character in variable reference\nfor `PARTITION_LAYOUT_EXTERNAL`.\n\nThe current typo means if the name of the file referenced\nby PARTITION_FILE_EXTERNAL was different than the name\nPARTITION_LAYOUT_EXTERNAL, the wrong filename would be used\nin the l4t-storage-layout dir.\n\nRelates to #1\n\n1: https://github.com/OE4T/meta-tegra/pull/1684\n\nSigned-off-by: Dan Walkes ","shortMessageHtmlLink":"tegra-storage-layout-base: fix typo on external layout"}},{"before":"ba9e09c980886d2e095332a5a3c817da2f415b85","after":"a0a0005b157505081539a851dfdcf3948da215b3","ref":"refs/heads/master","pushedAt":"2024-08-31T09:50:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"tegra-storage-layout-base: fix typo on external layout\n\nFix typo and missing 'T' character in variable reference\nfor `PARTITION_LAYOUT_EXTERNAL`.\n\nThe current typo means if the name of the file referenced\nby PARTITION_FILE_EXTERNAL was different than the name\nPARTITION_LAYOUT_EXTERNAL, the wrong filename would be used\nin the l4t-storage-layout dir.\n\nRelates to #1\n\n1: https://github.com/OE4T/meta-tegra/pull/1684\n\nSigned-off-by: Dan Walkes ","shortMessageHtmlLink":"tegra-storage-layout-base: fix typo on external layout"}},{"before":"725a447d8221260d4b13de0c3c11b5f2a08449b8","after":"ba9e09c980886d2e095332a5a3c817da2f415b85","ref":"refs/heads/master","pushedAt":"2024-08-30T15:41:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"egl-gbm: correct capitalization of Pending in Upstream-Status in patch\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"egl-gbm: correct capitalization of Pending in Upstream-Status in patch"}},{"before":"1e0eb5a43ca87905af1bbf2dcf601e8ac1c5a6aa","after":"725a447d8221260d4b13de0c3c11b5f2a08449b8","ref":"refs/heads/master","pushedAt":"2024-08-30T14:40:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"egl-gbm: correct capitalization of Status in Upstream-Status tag in patch\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"egl-gbm: correct capitalization of Status in Upstream-Status tag in p…"}},{"before":"1c33326aaed4ce607447496101faa5023de1b22e","after":"4ae62fbd7b0cf230a97023e8b5ea809b8f3a938c","ref":"refs/heads/scarthgap","pushedAt":"2024-08-30T14:40:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"egl-gbm: correct capitalization of Status in Upstream-Status tag in patch\n\nSigned-off-by: Matt Madison ","shortMessageHtmlLink":"egl-gbm: correct capitalization of Status in Upstream-Status tag in p…"}},{"before":"54795112feccd4411684ab2795cb98b5bc724d67","after":"1c33326aaed4ce607447496101faa5023de1b22e","ref":"refs/heads/scarthgap","pushedAt":"2024-08-30T13:19:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch\n\nThis workaround is no longer needed with commit:\n'egl-gbm: fix for kms display-only rendering'\n\nSigned-off-by: Kurt Kiefer ","shortMessageHtmlLink":"nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch"}},{"before":"63ef5b0faf69d3ad99558bfb8ee0c839de33e515","after":"1e0eb5a43ca87905af1bbf2dcf601e8ac1c5a6aa","ref":"refs/heads/master","pushedAt":"2024-08-30T13:16:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"madisongh","name":"Matt Madison","path":"/madisongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3137284?s=80&v=4"},"commit":{"message":"nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch\n\nThis workaround is no longer needed with commit:\n'egl-gbm: fix for kms display-only rendering'\n\nSigned-off-by: Kurt Kiefer ","shortMessageHtmlLink":"nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu1MyRgA","startCursor":null,"endCursor":null}},"title":"Activity · OE4T/meta-tegra"}