Skip to content
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

Fix Systemtap Install Recipe Error (warrior) #70

Open
wants to merge 1 commit into
base: warrior
Choose a base branch
from

Conversation

TheNageek
Copy link

@TheNageek TheNageek commented Apr 16, 2021

During SDK installation the following error is received,

ERROR: Task (/.../sources/poky/meta/recipes-kernel/systemtap/systemtap_git.bb:do_install) failed with exit code '1'

The log file indicates,

mv: '/.../tmp/work/corei7-64-poky-linux/systemtap/4.0-r0/image/usr/lib/systemd' and '/.../tmp/work/corei7-64-poky-linux/systemtap/4.0-r0/image/usr/lib/systemd' are the same file

Pull request mirrors master branch for the same recipe, once implemented install works perfectly.

error during building process.

Signed-off-by: Keegan Walsh <[email protected]>
@akuster
Copy link
Contributor

akuster commented Apr 17, 2021

Do you know if this is an issue in current master ( hardknott) ?

@TheNageek
Copy link
Author

Do you know if this is an issue in current master ( hardknott) ?

I haven't tried, my company is using warrior at the moment, but I used the same solution that's currently in master so my best guess is that it isn't an issue in hardknott.

@TheNageek TheNageek changed the title Fix Systemtap Install Recipe Error Fix Systemtap Install Recipe Error (warrior) Apr 19, 2021
halstead pushed a commit that referenced this pull request Sep 3, 2022
Updating  to the latest korg -stable release that comprises
the following commits:

    de0cd3ea700d Linux 5.4.210
    b58882c69f66 x86/speculation: Add LFENCE to RSB fill sequence
    f2f41ef0352d x86/speculation: Add RSB VM Exit protections
    3a0ef79c6abe macintosh/adb: fix oob read in do_adb_query() function
    54e1abbe8560 media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
    17c2356e467f selftests: KVM: Handle compiler optimizations in ucall
    170465715a60 KVM: Don't null dereference ops->destroy
    6098562ed9df selftests/bpf: Fix "dubious pointer arithmetic" test
    6a9b3f0f3bad selftests/bpf: Fix test_align verifier log patterns
    9d6f67365d9c bpf: Test_verifier, #70 error message updates for 32-bit right shift
    751f05bc6f95 selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
    7c1134c7da99 bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
    a8ba72bbeda5 ACPI: APEI: Better fix to avoid spamming the console with old error logs
    fa829bd4af43 ACPI: video: Shortening quirk list by identifying Clevo by board_name only
    8ed6e5c5e23c ACPI: video: Force backlight native for some TongFang devices
    828f4c31684d thermal: Fix NULL pointer dereferences in of_thermal_ functions

Signed-off-by: Bruce Ashfield <[email protected]>
Signed-off-by: Steve Sakoman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants