Skip to content

openwrt/sdk:armsr-armv8-openwrt-23.05 builds packages for octeon. #150

Description

@voltagex

Hi, I'm probably doing something wrong here but I'm getting strange results from the SDK image, particularly the armsr variant

FROM openwrt/sdk:armsr-armv8-openwrt-23.05
RUN echo "src-git ten64 https://gitlab.com/traversetech/ls1088firmware/ten64-openwrt-feed.git^9674072" >> feeds.conf.default
RUN sed -i "s/git.openwrt.org\/feed/github.com\/openwrt/" feeds.conf.default
RUN sed -i "s/git.openwrt.org\/project/github.com\/openwrt/" feeds.conf.default
RUN sed -i "s/git.openwrt.org/github.com/" feeds.conf.default
RUN scripts/feeds update -a
#RUN scripts/feeds install -a

RUN echo CONFIG_TARGET_armsr_armv8=y >> .config
RUN echo CONFIG_TARGET_DEVICE_armsr_armv8_DEVICE_generic=y >> .config

RUN make defconfig
RUN scripts/feeds install hwmon-traverse-sensors
RUN make package/hwmon-traverse-sensors/compile -j8
#RUN sed -i s/CONFIG_ALL_KMODS=y/CONFIG_ALL_KMODS=n/ .config
#CONFIG_ALL=y
#RUN sed -i s/CONFIG_SIGNED_PACKAGES=y/CONFIG_SIGNED_PACKAGES=n/ .config
#RUN make package/hwmon-traverse-sensors/compile -j1 V=s
#RUN make package/hwmon-traverse-sensors/compile -j8
#RUN make package/index

If you run a shell from the built image, everything's in bin/targets/octeontx - shouldn't this be something similar to bin/targets/armsr?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions