-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10,435 changed files
with
313,237 additions
and
1,401,076 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
# Check existence of bcm_host.h header file to see if we're building on Raspberry | ||
if(${ARCH} MATCHES "armhf") | ||
MESSAGE(VERBOSE "Looking for bcm_host.h") | ||
INCLUDE(CheckIncludeFiles) | ||
|
||
# Raspbian bullseye bcm_host.h location | ||
CHECK_INCLUDE_FILES("/usr/include/bcm_host.h" COMPUTEFLOCKING_RASPBERRY) | ||
|
||
# otherwise, check previous location of bcm_host.h on older Raspbian OS's | ||
if(NOT COMPUTEFLOCKING_RASPBERRY) | ||
CHECK_INCLUDE_FILES("/opt/vc/include/bcm_host.h" COMPUTEFLOCKING_RASPBERRY) | ||
endif() | ||
endif() | ||
|
||
if(COMPUTEFLOCKING_RASPBERRY) | ||
# Skip certain features when building against Raspberry Pi | ||
if (RPI_MODEL) | ||
target_compile_definitions(${PROJECT_NAME} PRIVATE COMPUTEFLOCKING_RPI) | ||
endif() | ||
endif() |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Win64 Build 272 is now running
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Raspberry Pi Build 1747 is now running
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Win64 Build 272 outcome was SUCCESS
Summary: Running Build time: 00:17:05
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Linux Build 268 is now running
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Raspberry Pi Build 1747 outcome was SUCCESS
Summary: Running Build time: 00:44:04
b1deff0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TeamCity Public / Package NAP Linux Build 268 outcome was SUCCESS
Summary: Running Build time: 00:32:08