Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes-avr/avr-binutils/avr-binutils_2.38.bb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048e

S = "${WORKDIR}/binutils-${PV}"

BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

DEPENDS += "zlib"

Expand Down
3 changes: 2 additions & 1 deletion recipes-avr/avr-gcc/avr-gcc_8.4.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\

inherit autotools gettext texinfo

BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

DEPENDS = " \
flex-native \
Expand All @@ -25,6 +25,7 @@ DEPENDS = " \
libmpc \
"
DEPENDS:append:class-target = " ${BPN}-native"
DEPENDS:append:class-nativesdk = " ${BPN}-native"

PE = "1"

Expand Down
2 changes: 2 additions & 0 deletions recipes-avr/avr-libc/avr-libc.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ require ${BPN}.inc

inherit allarch

BBCLASSEXTEND = "nativesdk"

# Although we ship libraries this is allarch
INSANE_SKIP:${PN} = "arch"
12 changes: 12 additions & 0 deletions recipes-avr/packagegroups/nativesdk-packagegroup-avr-toolchain.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Packages for the avr-gcc toolchain in a stanalone SDK"
LICENSE = "MIT"

inherit packagegroup

PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"

RDEPENDS:${PN} += " \
nativesdk-avr-gcc \
nativesdk-avr-binutils \
nativesdk-avr-libc \
"