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

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

Open
voltagex opened this issue Oct 1, 2024 · 0 comments
Open

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

voltagex opened this issue Oct 1, 2024 · 0 comments

Comments

@voltagex
Copy link

voltagex commented Oct 1, 2024

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?

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

No branches or pull requests

1 participant