-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpupower: add new package #22488
base: master
Are you sure you want to change the base?
cpupower: add new package #22488
Conversation
@BKPepe @1715173329 @jefferyto - does anyone have some insights into why this is failing?
It seems to be running up to line 45 in the Makefile but something is then running |
Yes, it's looking for kernel's integrated makefiles. |
43b3833
to
6946e82
Compare
This Makefile builds but when I go to test the compiled executable, I get:
|
@graysky2 I have now had a closer look at this.
And you also have to change the openwrt Makefile as follows, so it is handsover the CROSS compiler variable to the linux Makefile.
Now it compiles but I get a link error: But maybe my analysis will help you. You'll have to see the rest. I have to do something different now. |
Linux kernel userspace tool to examine and to tune power saving related features of the processor Signed-off-by: John Audia <[email protected]>
That's gettext/host You're better off patching Makefile.am and getting rid of po in SUBDIRS. |
@neheb - Sorry, which Makefile.am? I am finding it hard to get quilt to make a patch that applies.... should I be following link 1 or 2? |
Linux kernel userspace tool to examine and to tune power saving related features of the processor